Shades of Sulu #CCE58A
Tints of Sulu #CCE58A
RGB
CMYK
RGB Variations
Color information
#CCE58A (or 0xCCE58A) is known color: Sulu. HEX triplet: CC, E5 and 8A. RGB value is (204,229,138). Sum of RGB (Red+Green+Blue) = 204+229+138=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE58A is #331A75. Grayscale: #D3D3D3. Windows color (decimal): -3349110 or 9102796. OLE color: 9102796.
HSL color Cylindrical-coordinate representation of color #CCE58A: hue angle of 76.48º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCE58A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 138 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.10 |
| HSL | 76.48º | 0.64% | 0.72% | - |
| HSV(B) | 76.48º | 0.4% | 0.9% | - |
| XYZ | 57.51 | 70.71 | 34.66 | - |
| YUV | 211.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 138 | 0.11 | 0 | 0.40 | 0.10 | 76.48 | 0.64 | 0.72 |
| Hex | CC | E5 | 8A | B | 0 | 28 | A | 4C | 40 | 48 |
| Octal | 314 | 345 | 212 | 13 | 0 | 50 | 12 | 114 | 100 | 110 |
| Binary | 11001100 | 11100101 | 10001010 | 1011 | 0 | 101000 | 1010 | 1001100 | 1000000 | 1001000 |
Color Harmonies of #CCE58A
Complementary color
Monochromatic Colors of #CCE58A
Black with #CCE58A
Text Example
Text Example
White with #CCE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE58A; }
p { color: rgb(204,229,138); }
H1.HeaderClassName
{
color: #CCE58A;
}
.AnyTagClassName
{
color: #CCE58A;
}
</style>
background-color css
<style>
a { background-color: #CCE58A; }
a { background-color: rgb(204,229,138); }
div.DivClassName
{
background-color: #CCE58A;
}
.BgClassName
{
background-color: #CCE58A;
}
</style>
border-color css
<style>
span { border-color: #CCE58A; }
span { border-color: rgb(204,229,138); }
td.TdClassName
{
border-color: #CCE58A;
}
.TagClassName
{
border-color: #CCE58A;
}
</style>