#C0DD98

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

Shades of Sprout #C0DD98

Tints of Sprout #C0DD98

Color information

#C0DD98 (or 0xC0DD98) is unknown color: approx Sprout. HEX triplet: C0, DD and 98. RGB value is (192,221,152). Sum of RGB (Red+Green+Blue) = 192+221+152=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD98 is #3F2267. Grayscale: #CCCCCC. Windows color (decimal): -4137576 or 10018240. OLE color: 10018240.

HSL color Cylindrical-coordinate representation of color #C0DD98: hue angle of 85.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0DD98 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB192221152-
CMYK0.1300.310.13
HSL85.22º50.36%73.14%-
HSV(B)85.22º31.22%86.67%-
XYZ53.2665.1939.48-
YUV204.4698.39119.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=33.98%
G=39.12%
B=26.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211520.1300.310.1385.2250.3673.14
HexC0DD98D01FD553249
Octal300335230150371512562111
Binary1100000011011101100110001101011111110110101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD98; }

 p { color: rgb(192,221,152); }

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

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

 a { background-color: rgb(192,221,152); }

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

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

 span { border-color: rgb(192,221,152); }

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