#CCFA80

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

Shades of Sulu #CCFA80

Tints of Sulu #CCFA80

Color information

#CCFA80 (or 0xCCFA80) is unknown color: approx Sulu. HEX triplet: CC, FA and 80. RGB value is (204,250,128). Sum of RGB (Red+Green+Blue) = 204+250+128=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA80 is #33057F. Grayscale: #DEDEDE. Windows color (decimal): -3343744 or 8452812. OLE color: 8452812.

HSL color Cylindrical-coordinate representation of color #CCFA80: hue angle of 82.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCFA80 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB204250128-
CMYK0.1800.490.02
HSL82.62º92.42%74.12%-
HSV(B)82.62º48.8%98.04%-
XYZ62.9882.7733.08-
YUV222.3474.76114.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=35.05%
G=42.96%
B=21.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501280.1800.490.0282.6292.4274.12
HexCCFA80120312535c4a
Octal314372200220612123134112
Binary11001100111110101000000010010011000110101001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA80; }

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

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

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

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

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

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

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

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