Shades of Sulu #CCE58C
Tints of Sulu #CCE58C
RGB
CMYK
RGB Variations
Color information
#CCE58C (or 0xCCE58C) is known color: Sulu. HEX triplet: CC, E5 and 8C. RGB value is (204,229,140). Sum of RGB (Red+Green+Blue) = 204+229+140=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE58C is #331A73. Grayscale: #D3D3D3. Windows color (decimal): -3349108 or 9233868. OLE color: 9233868.
HSL color Cylindrical-coordinate representation of color #CCE58C: hue angle of 76.85º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCE58C is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 140 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.10 |
| HSL | 76.85º | 0.63% | 0.72% | - |
| HSV(B) | 76.85º | 0.39% | 0.9% | - |
| XYZ | 57.65 | 70.77 | 35.43 | - |
| YUV | 211.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 140 | 0.11 | 0 | 0.39 | 0.10 | 76.85 | 0.63 | 0.72 |
| Hex | CC | E5 | 8C | B | 0 | 27 | A | 4D | 3F | 48 |
| Octal | 314 | 345 | 214 | 13 | 0 | 47 | 12 | 115 | 77 | 110 |
| Binary | 11001100 | 11100101 | 10001100 | 1011 | 0 | 100111 | 1010 | 1001101 | 111111 | 1001000 |
Color Harmonies of #CCE58C
Complementary color
Monochromatic Colors of #CCE58C
Black with #CCE58C
Text Example
Text Example
White with #CCE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE58C; }
p { color: rgb(204,229,140); }
H1.HeaderClassName
{
color: #CCE58C;
}
.AnyTagClassName
{
color: #CCE58C;
}
</style>
background-color css
<style>
a { background-color: #CCE58C; }
a { background-color: rgb(204,229,140); }
div.DivClassName
{
background-color: #CCE58C;
}
.BgClassName
{
background-color: #CCE58C;
}
</style>
border-color css
<style>
span { border-color: #CCE58C; }
span { border-color: rgb(204,229,140); }
td.TdClassName
{
border-color: #CCE58C;
}
.TagClassName
{
border-color: #CCE58C;
}
</style>