Shades of Sulu #CCEC8D
Tints of Sulu #CCEC8D
RGB
CMYK
RGB Variations
Color information
#CCEC8D (or 0xCCEC8D) is known color: Sulu. HEX triplet: CC, EC and 8D. RGB value is (204,236,141). Sum of RGB (Red+Green+Blue) = 204+236+141=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC8D is #331372. Grayscale: #D7D7D7. Windows color (decimal): -3347315 or 9301196. OLE color: 9301196.
HSL color Cylindrical-coordinate representation of color #CCEC8D: hue angle of 80.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCEC8D is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 141 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.07 |
| HSL | 80.21º | 0.71% | 0.74% | - |
| HSV(B) | 80.21º | 0.4% | 0.93% | - |
| XYZ | 59.71 | 74.75 | 36.48 | - |
| YUV | 215.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 141 | 0.14 | 0 | 0.40 | 0.07 | 80.21 | 0.71 | 0.74 |
| Hex | CC | EC | 8D | E | 0 | 28 | 7 | 50 | 47 | 4A |
| Octal | 314 | 354 | 215 | 16 | 0 | 50 | 7 | 120 | 107 | 112 |
| Binary | 11001100 | 11101100 | 10001101 | 1110 | 0 | 101000 | 111 | 1010000 | 1000111 | 1001010 |
Color Harmonies of #CCEC8D
Complementary color
Monochromatic Colors of #CCEC8D
Black with #CCEC8D
Text Example
Text Example
White with #CCEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC8D; }
p { color: rgb(204,236,141); }
H1.HeaderClassName
{
color: #CCEC8D;
}
.AnyTagClassName
{
color: #CCEC8D;
}
</style>
background-color css
<style>
a { background-color: #CCEC8D; }
a { background-color: rgb(204,236,141); }
div.DivClassName
{
background-color: #CCEC8D;
}
.BgClassName
{
background-color: #CCEC8D;
}
</style>
border-color css
<style>
span { border-color: #CCEC8D; }
span { border-color: rgb(204,236,141); }
td.TdClassName
{
border-color: #CCEC8D;
}
.TagClassName
{
border-color: #CCEC8D;
}
</style>