#C0E17D

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

Shades of Sulu #C0E17D

Tints of Sulu #C0E17D

Color information

#C0E17D (or 0xC0E17D) is unknown color: approx Sulu. HEX triplet: C0, E1 and 7D. RGB value is (192,225,125). Sum of RGB (Red+Green+Blue) = 192+225+125=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E17D is #3F1E82. Grayscale: #CCCCCC. Windows color (decimal): -4136579 or 8249792. OLE color: 8249792.

HSL color Cylindrical-coordinate representation of color #C0E17D: hue angle of 79.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0E17D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB192225125-
CMYK0.1500.440.12
HSL79.8º62.5%68.63%-
HSV(B)79.8º44.44%88.24%-
XYZ52.3766.5429.49-
YUV203.7383.57119.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=35.42%
G=41.51%
B=23.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922251250.1500.440.1279.862.568.63
HexC0E17DF02CC503e45
Octal300341175170541412076105
Binary1100000011100001111110111110101100110010100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E17D; }

 p { color: rgb(192,225,125); }

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

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

 a { background-color: rgb(192,225,125); }

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

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

 span { border-color: rgb(192,225,125); }

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