#C0EC72

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

Shades of Sulu #C0EC72

Tints of Sulu #C0EC72

Color information

#C0EC72 (or 0xC0EC72) is unknown color: approx Sulu. HEX triplet: C0, EC and 72. RGB value is (192,236,114). Sum of RGB (Red+Green+Blue) = 192+236+114=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC72 is #3F138D. Grayscale: #D1D1D1. Windows color (decimal): -4133774 or 7531712. OLE color: 7531712.

HSL color Cylindrical-coordinate representation of color #C0EC72: hue angle of 81.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0EC72 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB192236114-
CMYK0.1900.520.07
HSL81.64º76.25%68.63%-
HSV(B)81.64º51.69%92.55%-
XYZ54.7772.4127.01-
YUV208.9474.42115.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 236 (92.58% from 255) = 43.54%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=35.42%
G=43.54%
B=21.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922361140.1900.520.0781.6476.2568.63
HexC0EC72130347524c45
Octal300354162230647122114105
Binary11000000111011001110010100110110100111101001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EC72; }

 p { color: rgb(192,236,114); }

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

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

 a { background-color: rgb(192,236,114); }

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

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

 span { border-color: rgb(192,236,114); }

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