#C0D38E

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

Shades of Sprout #C0D38E

Tints of Sprout #C0D38E

Color information

#C0D38E (or 0xC0D38E) is unknown color: approx Sprout. HEX triplet: C0, D3 and 8E. RGB value is (192,211,142). Sum of RGB (Red+Green+Blue) = 192+211+142=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D38E is #3F2C71. Grayscale: #C5C5C5. Windows color (decimal): -4140146 or 9360320. OLE color: 9360320.

HSL color Cylindrical-coordinate representation of color #C0D38E: hue angle of 76.52º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0D38E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB192211142-
CMYK0.0900.330.17
HSL76.52º43.95%69.22%-
HSV(B)76.52º32.7%82.75%-
XYZ49.9159.7534.49-
YUV197.4596.71124.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=35.23%
G=38.72%
B=26.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922111420.0900.330.1776.5243.9569.22
HexC0D38E9021114d2c45
Octal300323216110412111554105
Binary110000001101001110001110100101000011000110011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D38E; }

 p { color: rgb(192,211,142); }

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

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

 a { background-color: rgb(192,211,142); }

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

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

 span { border-color: rgb(192,211,142); }

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