Shades of Sulu #CCE976
Tints of Sulu #CCE976
RGB
CMYK
RGB Variations
Color information
#CCE976 (or 0xCCE976) is known color: Sulu. HEX triplet: CC, E9 and 76. RGB value is (204,233,118). Sum of RGB (Red+Green+Blue) = 204+233+118=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE976 is #331689. Grayscale: #D3D3D3. Windows color (decimal): -3348106 or 7793100. OLE color: 7793100.
HSL color Cylindrical-coordinate representation of color #CCE976: hue angle of 75.13º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCE976 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 118 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.09 |
| HSL | 75.13º | 0.72% | 0.69% | - |
| HSV(B) | 75.13º | 0.49% | 0.91% | - |
| XYZ | 57.31 | 72.42 | 28.1 | - |
| YUV | 211.22 | 75.39 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 118 | 0.12 | 0 | 0.49 | 0.09 | 75.13 | 0.72 | 0.69 |
| Hex | CC | E9 | 76 | C | 0 | 31 | 9 | 4B | 48 | 45 |
| Octal | 314 | 351 | 166 | 14 | 0 | 61 | 11 | 113 | 110 | 105 |
| Binary | 11001100 | 11101001 | 1110110 | 1100 | 0 | 110001 | 1001 | 1001011 | 1001000 | 1000101 |
Color Harmonies of #CCE976
Complementary color
Monochromatic Colors of #CCE976
Black with #CCE976
Text Example
Text Example
White with #CCE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE976; }
p { color: rgb(204,233,118); }
H1.HeaderClassName
{
color: #CCE976;
}
.AnyTagClassName
{
color: #CCE976;
}
</style>
background-color css
<style>
a { background-color: #CCE976; }
a { background-color: rgb(204,233,118); }
div.DivClassName
{
background-color: #CCE976;
}
.BgClassName
{
background-color: #CCE976;
}
</style>
border-color css
<style>
span { border-color: #CCE976; }
span { border-color: rgb(204,233,118); }
td.TdClassName
{
border-color: #CCE976;
}
.TagClassName
{
border-color: #CCE976;
}
</style>