#CFD39B

Color #CFD39B Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CFD39B

Tints of Green Mist #CFD39B

Color information

#CFD39B (or 0xCFD39B) is unknown color: approx Green Mist. HEX triplet: CF, D3 and 9B. RGB value is (207,211,155). Sum of RGB (Red+Green+Blue) = 207+211+155=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD39B is #302C64. Grayscale: #CBCBCB. Windows color (decimal): -3157093 or 10212303. OLE color: 10212303.

HSL color Cylindrical-coordinate representation of color #CFD39B: hue angle of 64.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD39B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB207211155-
CMYK0.0200.270.17
HSL64.29º38.89%71.76%-
HSV(B)64.29º26.54%82.75%-
XYZ54.9462.2240.12-
YUV203.42100.67130.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 211 (82.81% from 255) = 36.82%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=36.13%
G=36.82%
B=27.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111550.0200.270.1764.2938.8971.76
HexCFD39B201B11402748
Octal31732323320332110047110
Binary110011111101001110011011100110111000110000001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD39B; }

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

 H1.HeaderClassName
 {
   color: #CFD39B;
 }
 .AnyTagClassName
 {
   color: #CFD39B;
 }
</style>
background-color css

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

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

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

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

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

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