#CCE980

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

Shades of Sulu #CCE980

Tints of Sulu #CCE980

Color information

#CCE980 (or 0xCCE980) is unknown color: approx Sulu. HEX triplet: CC, E9 and 80. RGB value is (204,233,128). Sum of RGB (Red+Green+Blue) = 204+233+128=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE980 is #33167F. Grayscale: #D4D4D4. Windows color (decimal): -3348096 or 8448460. OLE color: 8448460.

HSL color Cylindrical-coordinate representation of color #CCE980: hue angle of 76.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCE980 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB204233128-
CMYK0.1200.450.09
HSL76.57º70.47%70.78%-
HSV(B)76.57º45.06%91.37%-
XYZ57.9472.6731.4-
YUV212.3680.39122.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=36.11%
G=41.24%
B=22.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331280.1200.450.0976.5770.4770.78
HexCCE980C02D94d4647
Octal3143512001405511115106107
Binary110011001110100110000000110001011011001100110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE980; }

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

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

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

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

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

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

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

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