Shades of Sulu #CCE58E
Tints of Sulu #CCE58E
RGB
CMYK
RGB Variations
Color information
#CCE58E (or 0xCCE58E) is known color: Sulu. HEX triplet: CC, E5 and 8E. RGB value is (204,229,142). Sum of RGB (Red+Green+Blue) = 204+229+142=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE58E is #331A71. Grayscale: #D3D3D3. Windows color (decimal): -3349106 or 9364940. OLE color: 9364940.
HSL color Cylindrical-coordinate representation of color #CCE58E: hue angle of 77.24º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCE58E is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 142 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.10 |
| HSL | 77.24º | 0.63% | 0.73% | - |
| HSV(B) | 77.24º | 0.38% | 0.9% | - |
| XYZ | 57.8 | 70.83 | 36.22 | - |
| YUV | 211.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 142 | 0.11 | 0 | 0.38 | 0.10 | 77.24 | 0.63 | 0.73 |
| Hex | CC | E5 | 8E | B | 0 | 26 | A | 4D | 3F | 49 |
| Octal | 314 | 345 | 216 | 13 | 0 | 46 | 12 | 115 | 77 | 111 |
| Binary | 11001100 | 11100101 | 10001110 | 1011 | 0 | 100110 | 1010 | 1001101 | 111111 | 1001001 |
Color Harmonies of #CCE58E
Complementary color
Monochromatic Colors of #CCE58E
Black with #CCE58E
Text Example
Text Example
White with #CCE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE58E; }
p { color: rgb(204,229,142); }
H1.HeaderClassName
{
color: #CCE58E;
}
.AnyTagClassName
{
color: #CCE58E;
}
</style>
background-color css
<style>
a { background-color: #CCE58E; }
a { background-color: rgb(204,229,142); }
div.DivClassName
{
background-color: #CCE58E;
}
.BgClassName
{
background-color: #CCE58E;
}
</style>
border-color css
<style>
span { border-color: #CCE58E; }
span { border-color: rgb(204,229,142); }
td.TdClassName
{
border-color: #CCE58E;
}
.TagClassName
{
border-color: #CCE58E;
}
</style>