Html Css Color HEX #CDD59A Green Mist

📋 copy color: '#CDD59A'

red 205 ◦ green 213 ◦ blue 154

#CDD59A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #CDD59A

Tints of Green Mist #CDD59A

RGB

 RED value IS 205 (80.47% from 255) = 35.84%

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 154 (60.55% from 255) = 26.92%

R = 35.84%
G = 37.24%
B = 26.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD59A (or 0xCDD59A) is known color: Green Mist. HEX triplet: CD, D5 and 9A. RGB value is (205,213,154). Sum of RGB (Red+Green+Blue) = 205+213+154=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59A is #322A65. Grayscale: #CCCCCC. Windows color (decimal): -3287654 or 10147277. OLE color: 10147277.

HSL color Cylindrical-coordinate representation of color #CDD59A: hue angle of 68.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDD59A is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 154 -
CMYK 0.04 0 0.28 0.16
HSL 68.14º 0.41% 0.72% -
HSV(B) 68.14º 0.28% 0.84% -
XYZ 54.8 62.9 39.82 -
YUV 203.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 205 213 154 0.04 0 0.28 0.16 68.14 0.41 0.72
Hex CD D5 9A 4 0 1C 10 44 29 48
Octal 315 325 232 4 0 34 20 104 51 110
Binary 11001101 11010101 10011010 100 0 11100 10000 1000100 101001 1001000

Color Harmonies of #CDD59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD59A

Black with #CDD59A

Text Example


Text Example

White with #CDD59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD59A; }

 p { color: rgb(205,213,154); }

 H1.HeaderClassName
 {
   color: #CDD59A;
 }
 .AnyTagClassName
 {
   color: #CDD59A;
 }
</style>

background-color css

<style>
 a { background-color: #CDD59A; }

 a { background-color: rgb(205,213,154); }

 div.DivClassName
 {
   background-color: #CDD59A;
 }
 .BgClassName
 {
   background-color: #CDD59A;
 }
</style>

border-color css

<style>
 span { border-color: #CDD59A; }

 span { border-color: rgb(205,213,154); }

 td.TdClassName
 {
   border-color: #CDD59A;
 }
 .TagClassName
 {
   border-color: #CDD59A;
 }
</style>