#CCD498

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

Shades of Green Mist #CCD498

Tints of Green Mist #CCD498

Color information

#CCD498 (or 0xCCD498) is unknown color: approx Green Mist. HEX triplet: CC, D4 and 98. RGB value is (204,212,152). Sum of RGB (Red+Green+Blue) = 204+212+152=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD498 is #332B67. Grayscale: #CBCBCB. Windows color (decimal): -3353448 or 10015948. OLE color: 10015948.

HSL color Cylindrical-coordinate representation of color #CCD498: hue angle of 68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD498 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB204212152-
CMYK0.0400.280.17
HSL68º41.1%71.37%-
HSV(B)68º28.3%83.14%-
XYZ54.1162.1938.86-
YUV202.7799.35128.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=35.92%
G=37.32%
B=26.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121520.0400.280.176841.171.37
HexCCD498401C11442947
Octal31432423040342110451107
Binary1100110011010100100110001000111001000110001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD498; }

 p { color: rgb(204,212,152); }

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

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

 a { background-color: rgb(204,212,152); }

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

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

 span { border-color: rgb(204,212,152); }

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