#CCFF80

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

Shades of Sulu #CCFF80

Tints of Sulu #CCFF80

Color information

#CCFF80 (or 0xCCFF80) is unknown color: approx Sulu. HEX triplet: CC, FF and 80. RGB value is (204,255,128). Sum of RGB (Red+Green+Blue) = 204+255+128=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF80 is #33007F. Grayscale: #E1E1E1. Windows color (decimal): -3342464 or 8454092. OLE color: 8454092.

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

Color convert

RGB204255128-
CMYK0.200.500
HSL84.09º100%75.1%-
HSV(B)84.09º49.8%100%-
XYZ64.5685.9233.6-
YUV225.2773.1112.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 128 (50.39% from 255) = 21.81%
R=34.75%
G=43.44%
B=21.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551280.200.50084.0910075.1
HexCCFF8014032054644b
Octal314377200240620124144113
Binary1100110011111111100000001010001100100101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF80; }

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

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

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

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

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

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

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

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