#CCED84

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

Shades of Sulu #CCED84

Tints of Sulu #CCED84

Color information

#CCED84 (or 0xCCED84) is unknown color: approx Sulu. HEX triplet: CC, ED and 84. RGB value is (204,237,132). Sum of RGB (Red+Green+Blue) = 204+237+132=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED84 is #33127B. Grayscale: #D7D7D7. Windows color (decimal): -3347068 or 8711628. OLE color: 8711628.

HSL color Cylindrical-coordinate representation of color #CCED84: hue angle of 78.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCED84 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB204237132-
CMYK0.1400.440.07
HSL78.86º74.47%72.35%-
HSV(B)78.86º44.3%92.94%-
XYZ59.3575.0733.19-
YUV215.1681.07120.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=35.60%
G=41.36%
B=23.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371320.1400.440.0778.8674.4772.35
HexCCED84E02C74f4a48
Octal314355204160547117112110
Binary11001100111011011000010011100101100111100111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED84; }

 p { color: rgb(204,237,132); }

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

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

 a { background-color: rgb(204,237,132); }

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

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

 span { border-color: rgb(204,237,132); }

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