Shades of Sulu #CCE58D
Tints of Sulu #CCE58D
RGB
CMYK
RGB Variations
Color information
#CCE58D (or 0xCCE58D) is known color: Sulu. HEX triplet: CC, E5 and 8D. RGB value is (204,229,141). Sum of RGB (Red+Green+Blue) = 204+229+141=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE58D is #331A72. Grayscale: #D3D3D3. Windows color (decimal): -3349107 or 9299404. OLE color: 9299404.
HSL color Cylindrical-coordinate representation of color #CCE58D: hue angle of 77.05º 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 #CCE58D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 141 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.10 |
| HSL | 77.05º | 0.63% | 0.73% | - |
| HSV(B) | 77.05º | 0.38% | 0.9% | - |
| XYZ | 57.73 | 70.8 | 35.82 | - |
| YUV | 211.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 141 | 0.11 | 0 | 0.38 | 0.10 | 77.05 | 0.63 | 0.73 |
| Hex | CC | E5 | 8D | B | 0 | 26 | A | 4D | 3F | 49 |
| Octal | 314 | 345 | 215 | 13 | 0 | 46 | 12 | 115 | 77 | 111 |
| Binary | 11001100 | 11100101 | 10001101 | 1011 | 0 | 100110 | 1010 | 1001101 | 111111 | 1001001 |
Color Harmonies of #CCE58D
Complementary color
Monochromatic Colors of #CCE58D
Black with #CCE58D
Text Example
Text Example
White with #CCE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE58D; }
p { color: rgb(204,229,141); }
H1.HeaderClassName
{
color: #CCE58D;
}
.AnyTagClassName
{
color: #CCE58D;
}
</style>
background-color css
<style>
a { background-color: #CCE58D; }
a { background-color: rgb(204,229,141); }
div.DivClassName
{
background-color: #CCE58D;
}
.BgClassName
{
background-color: #CCE58D;
}
</style>
border-color css
<style>
span { border-color: #CCE58D; }
span { border-color: rgb(204,229,141); }
td.TdClassName
{
border-color: #CCE58D;
}
.TagClassName
{
border-color: #CCE58D;
}
</style>