Html Css Color HEX #C0DC97 Sprout

📋 copy color: '#C0DC97'

red 192 ◦ green 220 ◦ blue 151

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

Shades of Sprout #C0DC97

Tints of Sprout #C0DC97

RGB

 RED value IS 192 (75.39% from 255) = 34.1%

 GREEN value IS 220 (86.33% from 255) = 39.08%

 BLUE value IS 151 (59.38% from 255) = 26.82%

R = 34.1%
G = 39.08%
B = 26.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#C0DC97 (or 0xC0DC97) is known color: Sprout. HEX triplet: C0, DC and 97. RGB value is (192,220,151). Sum of RGB (Red+Green+Blue) = 192+220+151=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC97 is #3F2368. Grayscale: #CCCCCC. Windows color (decimal): -4137833 or 9952448. OLE color: 9952448.

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

Color convert

RGB 192 220 151 -
CMYK 0.13 0 0.31 0.14
HSL 84.35º 0.5% 0.73% -
HSV(B) 84.35º 0.31% 0.86% -
XYZ 52.92 64.63 38.96 -
YUV 203.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 192 220 151 0.13 0 0.31 0.14 84.35 0.5 0.73
Hex C0 DC 97 D 0 1F E 54 32 49
Octal 300 334 227 15 0 37 16 124 62 111
Binary 11000000 11011100 10010111 1101 0 11111 1110 1010100 110010 1001001

Color Harmonies of #C0DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC97

Black with #C0DC97

Text Example


Text Example

White with #C0DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC97; }

 p { color: rgb(192,220,151); }

 H1.HeaderClassName
 {
   color: #C0DC97;
 }
 .AnyTagClassName
 {
   color: #C0DC97;
 }
</style>

background-color css

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

 a { background-color: rgb(192,220,151); }

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

border-color css

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

 span { border-color: rgb(192,220,151); }

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