#CCEB82

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

Shades of Sulu #CCEB82

Tints of Sulu #CCEB82

Color information

#CCEB82 (or 0xCCEB82) is unknown color: approx Sulu. HEX triplet: CC, EB and 82. RGB value is (204,235,130). Sum of RGB (Red+Green+Blue) = 204+235+130=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB82 is #33147D. Grayscale: #D6D6D6. Windows color (decimal): -3347582 or 8580044. OLE color: 8580044.

HSL color Cylindrical-coordinate representation of color #CCEB82: hue angle of 77.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCEB82 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB204235130-
CMYK0.1300.450.08
HSL77.71º72.41%71.57%-
HSV(B)77.71º44.68%92.16%-
XYZ58.6473.8732.29-
YUV213.7680.73121.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 130 (51.17% from 255) = 22.85%
R=35.85%
G=41.30%
B=22.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351300.1300.450.0877.7172.4171.57
HexCCEB82D02D84e4848
Octal3143532021505510116110110
Binary110011001110101110000010110101011011000100111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB82; }

 p { color: rgb(204,235,130); }

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

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

 a { background-color: rgb(204,235,130); }

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

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

 span { border-color: rgb(204,235,130); }

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