Html Css Color HEX #C0DE93 Sprout

📋 copy color: '#C0DE93'

red 192 ◦ green 222 ◦ blue 147

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

Shades of Sprout #C0DE93

Tints of Sprout #C0DE93

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.57%

 BLUE value IS 147 (57.81% from 255) = 26.2%

R = 34.22%
G = 39.57%
B = 26.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#C0DE93 (or 0xC0DE93) is known color: Sprout. HEX triplet: C0, DE and 93. RGB value is (192,222,147). Sum of RGB (Red+Green+Blue) = 192+222+147=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DE93 is #3F216C. Grayscale: #CCCCCC. Windows color (decimal): -4137325 or 9690816. OLE color: 9690816.

HSL color Cylindrical-coordinate representation of color #C0DE93: hue angle of 84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0DE93 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 222 147 -
CMYK 0.14 0 0.34 0.13
HSL 84º 0.53% 0.72% -
HSV(B) 84º 0.34% 0.87% -
XYZ 53.13 65.56 37.46 -
YUV 204.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 192 222 147 0.14 0 0.34 0.13 84 0.53 0.72
Hex C0 DE 93 E 0 22 D 54 35 48
Octal 300 336 223 16 0 42 15 124 65 110
Binary 11000000 11011110 10010011 1110 0 100010 1101 1010100 110101 1001000

Color Harmonies of #C0DE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DE93

Black with #C0DE93

Text Example


Text Example

White with #C0DE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DE93; }

 p { color: rgb(192,222,147); }

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

background-color css

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

 a { background-color: rgb(192,222,147); }

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

border-color css

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

 span { border-color: rgb(192,222,147); }

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