#C0E07C

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

Shades of Sulu #C0E07C

Tints of Sulu #C0E07C

Color information

#C0E07C (or 0xC0E07C) is unknown color: approx Sulu. HEX triplet: C0, E0 and 7C. RGB value is (192,224,124). Sum of RGB (Red+Green+Blue) = 192+224+124=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E07C is #3F1F83. Grayscale: #CBCBCB. Windows color (decimal): -4136836 or 8184000. OLE color: 8184000.

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

Color convert

RGB192224124-
CMYK0.1400.450.12
HSL79.2º61.73%68.24%-
HSV(B)79.2º44.64%87.84%-
XYZ52.0365.9729.06-
YUV203.0383.4120.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 224 (87.89% from 255) = 41.48%
BLUE value IS 124 (48.83% from 255) = 22.96%
R=35.56%
G=41.48%
B=22.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922241240.1400.450.1279.261.7368.24
HexC0E07CE02DC4f3e44
Octal300340174160551411776104
Binary1100000011100000111110011100101101110010011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E07C; }

 p { color: rgb(192,224,124); }

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

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

 a { background-color: rgb(192,224,124); }

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

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

 span { border-color: rgb(192,224,124); }

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