#CCFE80

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

Shades of Sulu #CCFE80

Tints of Sulu #CCFE80

Color information

#CCFE80 (or 0xCCFE80) is unknown color: approx Sulu. HEX triplet: CC, FE and 80. RGB value is (204,254,128). Sum of RGB (Red+Green+Blue) = 204+254+128=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE80 is #33017F. Grayscale: #E1E1E1. Windows color (decimal): -3342720 or 8453836. OLE color: 8453836.

HSL color Cylindrical-coordinate representation of color #CCFE80: hue angle of 83.81º 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 #CCFE80 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB204254128-
CMYK0.2000.500.00
HSL83.81º98.44%74.9%-
HSV(B)83.81º49.61%99.61%-
XYZ64.2485.2833.5-
YUV224.6973.44113.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 254 (99.61% from 255) = 43.34%
BLUE value IS 128 (50.39% from 255) = 21.84%
R=34.81%
G=43.34%
B=21.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541280.2000.500.0083.8198.4474.9
HexCCFE8014032054624b
Octal314376200240620124142113
Binary1100110011111110100000001010001100100101010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE80; }

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

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

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

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

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

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

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

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