#C0FF80

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

Shades of Sulu #C0FF80

Tints of Sulu #C0FF80

Color information

#C0FF80 (or 0xC0FF80) is unknown color: approx Sulu. HEX triplet: C0, FF and 80. RGB value is (192,255,128). Sum of RGB (Red+Green+Blue) = 192+255+128=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF80 is #3F007F. Grayscale: #DEDEDE. Windows color (decimal): -4128896 or 8454080. OLE color: 8454080.

HSL color Cylindrical-coordinate representation of color #C0FF80: hue angle of 89.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0FF80 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB192255128-
CMYK0.2500.500
HSL89.76º100%75.1%-
HSV(B)89.76º49.8%100%-
XYZ61.3984.2833.45-
YUV221.6975.13106.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=33.39%
G=44.35%
B=22.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551280.2500.50089.7610075.1
HexC0FF801903205a644b
Octal300377200310620132144113
Binary1100000011111111100000001100101100100101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF80; }

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

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

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

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

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

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

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

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