#CFD49B

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

Shades of Green Mist #CFD49B

Tints of Green Mist #CFD49B

Color information

#CFD49B (or 0xCFD49B) is unknown color: approx Green Mist. HEX triplet: CF, D4 and 9B. RGB value is (207,212,155). Sum of RGB (Red+Green+Blue) = 207+212+155=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49B is #302B64. Grayscale: #CCCCCC. Windows color (decimal): -3156837 or 10212559. OLE color: 10212559.

HSL color Cylindrical-coordinate representation of color #CFD49B: hue angle of 65.26º degrees, saturation: 0.4, 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 #CFD49B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB207212155-
CMYK0.0200.270.17
HSL65.26º39.86%71.96%-
HSV(B)65.26º26.89%83.14%-
XYZ55.1962.7240.21-
YUV204.01100.34130.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=36.06%
G=36.93%
B=27.00%

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
Decimal2072121550.0200.270.1765.2639.8671.96
HexCFD49B201B11412848
Octal31732423320332110150110
Binary110011111101010010011011100110111000110000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD49B; }

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

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

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

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

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

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

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

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