Html Css Color HEX #CFD29B Green Mist

📋 copy color: '#CFD29B'

red 207 ◦ green 210 ◦ blue 155

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

Shades of Green Mist #CFD29B

Tints of Green Mist #CFD29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.1%

R = 36.19%
G = 36.71%
B = 27.1%

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

#CFD29B (or 0xCFD29B) is known color: Green Mist. HEX triplet: CF, D2 and 9B. RGB value is (207,210,155). Sum of RGB (Red+Green+Blue) = 207+210+155=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD29B is #302D64. Grayscale: #CBCBCB. Windows color (decimal): -3157349 or 10212047. OLE color: 10212047.

HSL color Cylindrical-coordinate representation of color #CFD29B: hue angle of 63.27º 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 #CFD29B is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 155 -
CMYK 0.01 0 0.26 0.18
HSL 63.27º 0.38% 0.72% -
HSV(B) 63.27º 0.26% 0.82% -
XYZ 54.7 61.73 40.04 -
YUV 202.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 207 210 155 0.01 0 0.26 0.18 63.27 0.38 0.72
Hex CF D2 9B 1 0 1A 12 3F 26 48
Octal 317 322 233 1 0 32 22 77 46 110
Binary 11001111 11010010 10011011 1 0 11010 10010 111111 100110 1001000

Color Harmonies of #CFD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD29B

Black with #CFD29B

Text Example


Text Example

White with #CFD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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