#CCED76

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

Shades of Sulu #CCED76

Tints of Sulu #CCED76

Color information

#CCED76 (or 0xCCED76) is unknown color: approx Sulu. HEX triplet: CC, ED and 76. RGB value is (204,237,118). Sum of RGB (Red+Green+Blue) = 204+237+118=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED76 is #331289. Grayscale: #D6D6D6. Windows color (decimal): -3347082 or 7794124. OLE color: 7794124.

HSL color Cylindrical-coordinate representation of color #CCED76: hue angle of 76.64º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCED76 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB204237118-
CMYK0.1400.500.07
HSL76.64º76.77%69.61%-
HSV(B)76.64º50.21%92.94%-
XYZ58.4674.7128.48-
YUV213.5774.07121.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 118 (46.48% from 255) = 21.11%
R=36.49%
G=42.40%
B=21.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371180.1400.500.0776.6476.7769.61
HexCCED76E03274d4d46
Octal314355166160627115115106
Binary1100110011101101111011011100110010111100110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED76; }

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

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

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

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

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

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

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

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