Shades of Sulu #CCE475
Tints of Sulu #CCE475
RGB
CMYK
RGB Variations
Color information
#CCE475 (or 0xCCE475) is known color: Sulu. HEX triplet: CC, E4 and 75. RGB value is (204,228,117). Sum of RGB (Red+Green+Blue) = 204+228+117=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE475 is #331B8A. Grayscale: #D0D0D0. Windows color (decimal): -3349387 or 7726284. OLE color: 7726284.
HSL color Cylindrical-coordinate representation of color #CCE475: hue angle of 72.97º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCE475 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 117 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.11 |
| HSL | 72.97º | 0.67% | 0.68% | - |
| HSV(B) | 72.97º | 0.49% | 0.89% | - |
| XYZ | 55.86 | 69.61 | 27.32 | - |
| YUV | 208.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 117 | 0.11 | 0 | 0.49 | 0.11 | 72.97 | 0.67 | 0.68 |
| Hex | CC | E4 | 75 | B | 0 | 31 | B | 49 | 43 | 44 |
| Octal | 314 | 344 | 165 | 13 | 0 | 61 | 13 | 111 | 103 | 104 |
| Binary | 11001100 | 11100100 | 1110101 | 1011 | 0 | 110001 | 1011 | 1001001 | 1000011 | 1000100 |
Color Harmonies of #CCE475
Complementary color
Monochromatic Colors of #CCE475
Black with #CCE475
Text Example
Text Example
White with #CCE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE475; }
p { color: rgb(204,228,117); }
H1.HeaderClassName
{
color: #CCE475;
}
.AnyTagClassName
{
color: #CCE475;
}
</style>
background-color css
<style>
a { background-color: #CCE475; }
a { background-color: rgb(204,228,117); }
div.DivClassName
{
background-color: #CCE475;
}
.BgClassName
{
background-color: #CCE475;
}
</style>
border-color css
<style>
span { border-color: #CCE475; }
span { border-color: rgb(204,228,117); }
td.TdClassName
{
border-color: #CCE475;
}
.TagClassName
{
border-color: #CCE475;
}
</style>