#CED49B

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

Shades of Green Mist #CED49B

Tints of Green Mist #CED49B

Color information

#CED49B (or 0xCED49B) is unknown color: approx Green Mist. HEX triplet: CE, D4 and 9B. RGB value is (206,212,155). Sum of RGB (Red+Green+Blue) = 206+212+155=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #CED49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED49B is #312B64. Grayscale: #CBCBCB. Windows color (decimal): -3222373 or 10212558. OLE color: 10212558.

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

Color convert

RGB206212155-
CMYK0.0300.270.17
HSL66.32º39.86%71.96%-
HSV(B)66.32º26.89%83.14%-
XYZ54.9162.5840.19-
YUV203.71100.51129.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=35.95%
G=37.00%
B=27.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121550.0300.270.1766.3239.8671.96
HexCED49B301B11422848
Octal31632423330332110250110
Binary110011101101010010011011110110111000110000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED49B; }

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

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

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

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

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

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

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

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