Shades of Sulu #CCE48F
Tints of Sulu #CCE48F
RGB
CMYK
RGB Variations
Color information
#CCE48F (or 0xCCE48F) is known color: Sulu. HEX triplet: CC, E4 and 8F. RGB value is (204,228,143). Sum of RGB (Red+Green+Blue) = 204+228+143=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE48F is #331B70. Grayscale: #D3D3D3. Windows color (decimal): -3349361 or 9430220. OLE color: 9430220.
HSL color Cylindrical-coordinate representation of color #CCE48F: hue angle of 76.94º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE48F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 143 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.11 |
| HSL | 76.94º | 0.61% | 0.73% | - |
| HSV(B) | 76.94º | 0.37% | 0.89% | - |
| XYZ | 57.6 | 70.31 | 36.52 | - |
| YUV | 211.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 143 | 0.11 | 0 | 0.37 | 0.11 | 76.94 | 0.61 | 0.73 |
| Hex | CC | E4 | 8F | B | 0 | 25 | B | 4D | 3D | 49 |
| Octal | 314 | 344 | 217 | 13 | 0 | 45 | 13 | 115 | 75 | 111 |
| Binary | 11001100 | 11100100 | 10001111 | 1011 | 0 | 100101 | 1011 | 1001101 | 111101 | 1001001 |
Color Harmonies of #CCE48F
Complementary color
Monochromatic Colors of #CCE48F
Black with #CCE48F
Text Example
Text Example
White with #CCE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE48F; }
p { color: rgb(204,228,143); }
H1.HeaderClassName
{
color: #CCE48F;
}
.AnyTagClassName
{
color: #CCE48F;
}
</style>
background-color css
<style>
a { background-color: #CCE48F; }
a { background-color: rgb(204,228,143); }
div.DivClassName
{
background-color: #CCE48F;
}
.BgClassName
{
background-color: #CCE48F;
}
</style>
border-color css
<style>
span { border-color: #CCE48F; }
span { border-color: rgb(204,228,143); }
td.TdClassName
{
border-color: #CCE48F;
}
.TagClassName
{
border-color: #CCE48F;
}
</style>