Shades of Sulu #CCED76
Tints of Sulu #CCED76
RGB
CMYK
RGB Variations
Color information
#CCED76 (or 0xCCED76) is known color: 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
| RGB | 204 | 237 | 118 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.07 |
| HSL | 76.64º | 0.77% | 0.7% | - |
| HSV(B) | 76.64º | 0.5% | 0.93% | - |
| XYZ | 58.46 | 74.71 | 28.48 | - |
| YUV | 213.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 118 | 0.14 | 0 | 0.50 | 0.07 | 76.64 | 0.77 | 0.7 |
| Hex | CC | ED | 76 | E | 0 | 32 | 7 | 4D | 4D | 46 |
| Octal | 314 | 355 | 166 | 16 | 0 | 62 | 7 | 115 | 115 | 106 |
| Binary | 11001100 | 11101101 | 1110110 | 1110 | 0 | 110010 | 111 | 1001101 | 1001101 | 1000110 |
Color Harmonies of #CCED76
Complementary color
Monochromatic Colors of #CCED76
Black with #CCED76
Text Example
Text Example
White with #CCED76
Text Example
Text Example
HTML Codes & Css Web 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>