Shades of Sulu #CCEC8F
Tints of Sulu #CCEC8F
RGB
CMYK
RGB Variations
Color information
#CCEC8F (or 0xCCEC8F) is known color: Sulu. HEX triplet: CC, EC and 8F. RGB value is (204,236,143). Sum of RGB (Red+Green+Blue) = 204+236+143=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC8F is #331370. Grayscale: #D8D8D8. Windows color (decimal): -3347313 or 9432268. OLE color: 9432268.
HSL color Cylindrical-coordinate representation of color #CCEC8F: hue angle of 80.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCEC8F is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 143 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.07 |
| HSL | 80.65º | 0.71% | 0.74% | - |
| HSV(B) | 80.65º | 0.39% | 0.93% | - |
| XYZ | 59.86 | 74.81 | 37.27 | - |
| YUV | 215.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 143 | 0.14 | 0 | 0.39 | 0.07 | 80.65 | 0.71 | 0.74 |
| Hex | CC | EC | 8F | E | 0 | 27 | 7 | 51 | 47 | 4A |
| Octal | 314 | 354 | 217 | 16 | 0 | 47 | 7 | 121 | 107 | 112 |
| Binary | 11001100 | 11101100 | 10001111 | 1110 | 0 | 100111 | 111 | 1010001 | 1000111 | 1001010 |
Color Harmonies of #CCEC8F
Complementary color
Monochromatic Colors of #CCEC8F
Black with #CCEC8F
Text Example
Text Example
White with #CCEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC8F; }
p { color: rgb(204,236,143); }
H1.HeaderClassName
{
color: #CCEC8F;
}
.AnyTagClassName
{
color: #CCEC8F;
}
</style>
background-color css
<style>
a { background-color: #CCEC8F; }
a { background-color: rgb(204,236,143); }
div.DivClassName
{
background-color: #CCEC8F;
}
.BgClassName
{
background-color: #CCEC8F;
}
</style>
border-color css
<style>
span { border-color: #CCEC8F; }
span { border-color: rgb(204,236,143); }
td.TdClassName
{
border-color: #CCEC8F;
}
.TagClassName
{
border-color: #CCEC8F;
}
</style>