#C8FE80

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

Shades of Sulu #C8FE80

Tints of Sulu #C8FE80

Color information

#C8FE80 (or 0xC8FE80) is unknown color: approx Sulu. HEX triplet: C8, FE and 80. RGB value is (200,254,128). Sum of RGB (Red+Green+Blue) = 200+254+128=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FE80 is #37017F. Grayscale: #DFDFDF. Windows color (decimal): -3604864 or 8453832. OLE color: 8453832.

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

Color convert

RGB200254128-
CMYK0.2100.500.00
HSL85.71º98.44%74.9%-
HSV(B)85.71º49.61%99.61%-
XYZ63.1684.7233.45-
YUV223.4974.11111.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=34.36%
G=43.64%
B=21.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002541280.2100.500.0085.7198.4474.9
HexC8FE8015032056624b
Octal310376200250620126142113
Binary1100100011111110100000001010101100100101011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FE80; }

 p { color: rgb(200,254,128); }

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

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

 a { background-color: rgb(200,254,128); }

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

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

 span { border-color: rgb(200,254,128); }

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