Shades of Sulu #CCEC8C
Tints of Sulu #CCEC8C
RGB
CMYK
RGB Variations
Color information
#CCEC8C (or 0xCCEC8C) is known color: Sulu. HEX triplet: CC, EC and 8C. RGB value is (204,236,140). Sum of RGB (Red+Green+Blue) = 204+236+140=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC8C is #331373. Grayscale: #D7D7D7. Windows color (decimal): -3347316 or 9235660. OLE color: 9235660.
HSL color Cylindrical-coordinate representation of color #CCEC8C: hue angle of 80º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCEC8C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 140 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.07 |
| HSL | 80º | 0.72% | 0.74% | - |
| HSV(B) | 80º | 0.41% | 0.93% | - |
| XYZ | 59.63 | 74.72 | 36.09 | - |
| YUV | 215.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 140 | 0.14 | 0 | 0.41 | 0.07 | 80 | 0.72 | 0.74 |
| Hex | CC | EC | 8C | E | 0 | 29 | 7 | 50 | 48 | 4A |
| Octal | 314 | 354 | 214 | 16 | 0 | 51 | 7 | 120 | 110 | 112 |
| Binary | 11001100 | 11101100 | 10001100 | 1110 | 0 | 101001 | 111 | 1010000 | 1001000 | 1001010 |
Color Harmonies of #CCEC8C
Complementary color
Monochromatic Colors of #CCEC8C
Black with #CCEC8C
Text Example
Text Example
White with #CCEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC8C; }
p { color: rgb(204,236,140); }
H1.HeaderClassName
{
color: #CCEC8C;
}
.AnyTagClassName
{
color: #CCEC8C;
}
</style>
background-color css
<style>
a { background-color: #CCEC8C; }
a { background-color: rgb(204,236,140); }
div.DivClassName
{
background-color: #CCEC8C;
}
.BgClassName
{
background-color: #CCEC8C;
}
</style>
border-color css
<style>
span { border-color: #CCEC8C; }
span { border-color: rgb(204,236,140); }
td.TdClassName
{
border-color: #CCEC8C;
}
.TagClassName
{
border-color: #CCEC8C;
}
</style>