#CDD198

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

Shades of Green Mist #CDD198

Tints of Green Mist #CDD198

Color information

#CDD198 (or 0xCDD198) is unknown color: approx Green Mist. HEX triplet: CD, D1 and 98. RGB value is (205,209,152). Sum of RGB (Red+Green+Blue) = 205+209+152=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD198 is #322E67. Grayscale: #C9C9C9. Windows color (decimal): -3288680 or 10015181. OLE color: 10015181.

HSL color Cylindrical-coordinate representation of color #CDD198: hue angle of 64.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD198 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB205209152-
CMYK0.0200.270.18
HSL64.21º38.26%70.78%-
HSV(B)64.21º27.27%81.96%-
XYZ53.6460.8538.62-
YUV201.31100.17130.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 209 (82.03% from 255) = 36.93%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=36.22%
G=36.93%
B=26.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091520.0200.270.1864.2138.2670.78
HexCDD198201B12402647
Octal31532123020332210046107
Binary110011011101000110011000100110111001010000001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD198; }

 p { color: rgb(205,209,152); }

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

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

 a { background-color: rgb(205,209,152); }

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

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

 span { border-color: rgb(205,209,152); }

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