Shades of Sulu #CCE975
Tints of Sulu #CCE975
RGB
CMYK
RGB Variations
Color information
#CCE975 (or 0xCCE975) is known color: Sulu. HEX triplet: CC, E9 and 75. RGB value is (204,233,117). Sum of RGB (Red+Green+Blue) = 204+233+117=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE975 is #33168A. Grayscale: #D3D3D3. Windows color (decimal): -3348107 or 7727564. OLE color: 7727564.
HSL color Cylindrical-coordinate representation of color #CCE975: hue angle of 75º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE975 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 117 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.09 |
| HSL | 75º | 0.73% | 0.69% | - |
| HSV(B) | 75º | 0.5% | 0.91% | - |
| XYZ | 57.25 | 72.4 | 27.79 | - |
| YUV | 211.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 117 | 0.12 | 0 | 0.50 | 0.09 | 75 | 0.73 | 0.69 |
| Hex | CC | E9 | 75 | C | 0 | 32 | 9 | 4B | 48 | 45 |
| Octal | 314 | 351 | 165 | 14 | 0 | 62 | 11 | 113 | 110 | 105 |
| Binary | 11001100 | 11101001 | 1110101 | 1100 | 0 | 110010 | 1001 | 1001011 | 1001000 | 1000101 |
Color Harmonies of #CCE975
Complementary color
Monochromatic Colors of #CCE975
Black with #CCE975
Text Example
Text Example
White with #CCE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE975; }
p { color: rgb(204,233,117); }
H1.HeaderClassName
{
color: #CCE975;
}
.AnyTagClassName
{
color: #CCE975;
}
</style>
background-color css
<style>
a { background-color: #CCE975; }
a { background-color: rgb(204,233,117); }
div.DivClassName
{
background-color: #CCE975;
}
.BgClassName
{
background-color: #CCE975;
}
</style>
border-color css
<style>
span { border-color: #CCE975; }
span { border-color: rgb(204,233,117); }
td.TdClassName
{
border-color: #CCE975;
}
.TagClassName
{
border-color: #CCE975;
}
</style>