Html Css Color HEX #C0DD98 Sprout

📋 copy color: '#C0DD98'

red 192 ◦ green 221 ◦ blue 152

#C0DD98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #C0DD98

Tints of Sprout #C0DD98

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.9%

R = 33.98%
G = 39.12%
B = 26.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#C0DD98 (or 0xC0DD98) is known color: 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

RGB 192 221 152 -
CMYK 0.13 0 0.31 0.13
HSL 85.22º 0.5% 0.73% -
HSV(B) 85.22º 0.31% 0.87% -
XYZ 53.26 65.19 39.48 -
YUV 204.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 192 221 152 0.13 0 0.31 0.13 85.22 0.5 0.73
Hex C0 DD 98 D 0 1F D 55 32 49
Octal 300 335 230 15 0 37 15 125 62 111
Binary 11000000 11011101 10011000 1101 0 11111 1101 1010101 110010 1001001

Color Harmonies of #C0DD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD98

Black with #C0DD98

Text Example


Text Example

White with #C0DD98

Text Example


Text Example

HTML Codes & Css Web 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>