#C0E780

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

Shades of Sulu #C0E780

Tints of Sulu #C0E780

Color information

#C0E780 (or 0xC0E780) is unknown color: approx Sulu. HEX triplet: C0, E7 and 80. RGB value is (192,231,128). Sum of RGB (Red+Green+Blue) = 192+231+128=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E780 is #3F187F. Grayscale: #CFCFCF. Windows color (decimal): -4135040 or 8447936. OLE color: 8447936.

HSL color Cylindrical-coordinate representation of color #C0E780: hue angle of 82.72º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0E780 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB192231128-
CMYK0.1700.450.09
HSL82.72º68.21%70.39%-
HSV(B)82.72º44.59%90.59%-
XYZ54.2169.9231.06-
YUV207.683.08116.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 231 (90.62% from 255) = 41.92%
BLUE value IS 128 (50.39% from 255) = 23.23%
R=34.85%
G=41.92%
B=23.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922311280.1700.450.0982.7268.2170.39
HexC0E7801102D9534446
Octal3003472002105511123104106
Binary1100000011100111100000001000101011011001101001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E780; }

 p { color: rgb(192,231,128); }

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

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

 a { background-color: rgb(192,231,128); }

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

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

 span { border-color: rgb(192,231,128); }

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