Html Css Color HEX #CFD29C Green Mist

📋 copy color: '#CFD29C'

red 207 ◦ green 210 ◦ blue 156

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

Shades of Green Mist #CFD29C

Tints of Green Mist #CFD29C

RGB

 RED value IS 207 (81.25% from 255) = 36.13%

 GREEN value IS 210 (82.42% from 255) = 36.65%

 BLUE value IS 156 (61.33% from 255) = 27.23%

R = 36.13%
G = 36.65%
B = 27.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#CFD29C (or 0xCFD29C) is known color: Green Mist. HEX triplet: CF, D2 and 9C. RGB value is (207,210,156). Sum of RGB (Red+Green+Blue) = 207+210+156=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD29C is #302D63. Grayscale: #CBCBCB. Windows color (decimal): -3157348 or 10277583. OLE color: 10277583.

HSL color Cylindrical-coordinate representation of color #CFD29C: hue angle of 63.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD29C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 156 -
CMYK 0.01 0 0.26 0.18
HSL 63.33º 0.38% 0.72% -
HSV(B) 63.33º 0.26% 0.82% -
XYZ 54.78 61.76 40.49 -
YUV 202.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 207 210 156 0.01 0 0.26 0.18 63.33 0.38 0.72
Hex CF D2 9C 1 0 1A 12 3F 26 48
Octal 317 322 234 1 0 32 22 77 46 110
Binary 11001111 11010010 10011100 1 0 11010 10010 111111 100110 1001000

Color Harmonies of #CFD29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD29C

Black with #CFD29C

Text Example


Text Example

White with #CFD29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD29C; }

 p { color: rgb(207,210,156); }

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

background-color css

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

 a { background-color: rgb(207,210,156); }

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

border-color css

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

 span { border-color: rgb(207,210,156); }

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