Shades of Sulu #CCE178
Tints of Sulu #CCE178
RGB
CMYK
RGB Variations
Color information
#CCE178 (or 0xCCE178) is known color: Sulu. HEX triplet: CC, E1 and 78. RGB value is (204,225,120). Sum of RGB (Red+Green+Blue) = 204+225+120=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE178 is #331E87. Grayscale: #CFCFCF. Windows color (decimal): -3350152 or 7922124. OLE color: 7922124.
HSL color Cylindrical-coordinate representation of color #CCE178: hue angle of 72º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCE178 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 120 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.12 |
| HSL | 72º | 0.64% | 0.68% | - |
| HSV(B) | 72º | 0.47% | 0.88% | - |
| XYZ | 55.22 | 68.04 | 27.99 | - |
| YUV | 206.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 120 | 0.09 | 0 | 0.47 | 0.12 | 72 | 0.64 | 0.68 |
| Hex | CC | E1 | 78 | 9 | 0 | 2F | C | 48 | 40 | 44 |
| Octal | 314 | 341 | 170 | 11 | 0 | 57 | 14 | 110 | 100 | 104 |
| Binary | 11001100 | 11100001 | 1111000 | 1001 | 0 | 101111 | 1100 | 1001000 | 1000000 | 1000100 |
Color Harmonies of #CCE178
Complementary color
Monochromatic Colors of #CCE178
Black with #CCE178
Text Example
Text Example
White with #CCE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE178; }
p { color: rgb(204,225,120); }
H1.HeaderClassName
{
color: #CCE178;
}
.AnyTagClassName
{
color: #CCE178;
}
</style>
background-color css
<style>
a { background-color: #CCE178; }
a { background-color: rgb(204,225,120); }
div.DivClassName
{
background-color: #CCE178;
}
.BgClassName
{
background-color: #CCE178;
}
</style>
border-color css
<style>
span { border-color: #CCE178; }
span { border-color: rgb(204,225,120); }
td.TdClassName
{
border-color: #CCE178;
}
.TagClassName
{
border-color: #CCE178;
}
</style>