Shades of Sulu #CCED77
Tints of Sulu #CCED77
RGB
CMYK
RGB Variations
Color information
#CCED77 (or 0xCCED77) is known color: Sulu. HEX triplet: CC, ED and 77. RGB value is (204,237,119). Sum of RGB (Red+Green+Blue) = 204+237+119=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED77 is #331288. Grayscale: #D6D6D6. Windows color (decimal): -3347081 or 7859660. OLE color: 7859660.
HSL color Cylindrical-coordinate representation of color #CCED77: hue angle of 76.78º 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 #CCED77 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 119 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.07 |
| HSL | 76.78º | 0.77% | 0.7% | - |
| HSV(B) | 76.78º | 0.5% | 0.93% | - |
| XYZ | 58.52 | 74.74 | 28.79 | - |
| YUV | 213.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 119 | 0.14 | 0 | 0.50 | 0.07 | 76.78 | 0.77 | 0.7 |
| Hex | CC | ED | 77 | E | 0 | 32 | 7 | 4D | 4D | 46 |
| Octal | 314 | 355 | 167 | 16 | 0 | 62 | 7 | 115 | 115 | 106 |
| Binary | 11001100 | 11101101 | 1110111 | 1110 | 0 | 110010 | 111 | 1001101 | 1001101 | 1000110 |
Color Harmonies of #CCED77
Complementary color
Monochromatic Colors of #CCED77
Black with #CCED77
Text Example
Text Example
White with #CCED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED77; }
p { color: rgb(204,237,119); }
H1.HeaderClassName
{
color: #CCED77;
}
.AnyTagClassName
{
color: #CCED77;
}
</style>
background-color css
<style>
a { background-color: #CCED77; }
a { background-color: rgb(204,237,119); }
div.DivClassName
{
background-color: #CCED77;
}
.BgClassName
{
background-color: #CCED77;
}
</style>
border-color css
<style>
span { border-color: #CCED77; }
span { border-color: rgb(204,237,119); }
td.TdClassName
{
border-color: #CCED77;
}
.TagClassName
{
border-color: #CCED77;
}
</style>