Shades of Sulu #CCE08E
Tints of Sulu #CCE08E
RGB
CMYK
RGB Variations
Color information
#CCE08E (or 0xCCE08E) is known color: Sulu. HEX triplet: CC, E0 and 8E. RGB value is (204,224,142). Sum of RGB (Red+Green+Blue) = 204+224+142=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE08E is #331F71. Grayscale: #D0D0D0. Windows color (decimal): -3350386 or 9363660. OLE color: 9363660.
HSL color Cylindrical-coordinate representation of color #CCE08E: hue angle of 74.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE08E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 142 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.12 |
| HSL | 74.63º | 0.57% | 0.72% | - |
| HSV(B) | 74.63º | 0.37% | 0.88% | - |
| XYZ | 56.44 | 68.1 | 35.76 | - |
| YUV | 208.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 142 | 0.09 | 0 | 0.37 | 0.12 | 74.63 | 0.57 | 0.72 |
| Hex | CC | E0 | 8E | 9 | 0 | 25 | C | 4B | 39 | 48 |
| Octal | 314 | 340 | 216 | 11 | 0 | 45 | 14 | 113 | 71 | 110 |
| Binary | 11001100 | 11100000 | 10001110 | 1001 | 0 | 100101 | 1100 | 1001011 | 111001 | 1001000 |
Color Harmonies of #CCE08E
Complementary color
Monochromatic Colors of #CCE08E
Black with #CCE08E
Text Example
Text Example
White with #CCE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE08E; }
p { color: rgb(204,224,142); }
H1.HeaderClassName
{
color: #CCE08E;
}
.AnyTagClassName
{
color: #CCE08E;
}
</style>
background-color css
<style>
a { background-color: #CCE08E; }
a { background-color: rgb(204,224,142); }
div.DivClassName
{
background-color: #CCE08E;
}
.BgClassName
{
background-color: #CCE08E;
}
</style>
border-color css
<style>
span { border-color: #CCE08E; }
span { border-color: rgb(204,224,142); }
td.TdClassName
{
border-color: #CCE08E;
}
.TagClassName
{
border-color: #CCE08E;
}
</style>