Shades of Sulu #CCEC7C
Tints of Sulu #CCEC7C
RGB
CMYK
RGB Variations
Color information
#CCEC7C (or 0xCCEC7C) is known color: Sulu. HEX triplet: CC, EC and 7C. RGB value is (204,236,124). Sum of RGB (Red+Green+Blue) = 204+236+124=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC7C is #331383. Grayscale: #D6D6D6. Windows color (decimal): -3347332 or 8187084. OLE color: 8187084.
HSL color Cylindrical-coordinate representation of color #CCEC7C: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCEC7C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 124 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.07 |
| HSL | 77.14º | 0.75% | 0.71% | - |
| HSV(B) | 77.14º | 0.47% | 0.93% | - |
| XYZ | 58.54 | 74.28 | 30.32 | - |
| YUV | 213.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 124 | 0.14 | 0 | 0.47 | 0.07 | 77.14 | 0.75 | 0.71 |
| Hex | CC | EC | 7C | E | 0 | 2F | 7 | 4D | 4B | 47 |
| Octal | 314 | 354 | 174 | 16 | 0 | 57 | 7 | 115 | 113 | 107 |
| Binary | 11001100 | 11101100 | 1111100 | 1110 | 0 | 101111 | 111 | 1001101 | 1001011 | 1000111 |
Color Harmonies of #CCEC7C
Complementary color
Monochromatic Colors of #CCEC7C
Black with #CCEC7C
Text Example
Text Example
White with #CCEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC7C; }
p { color: rgb(204,236,124); }
H1.HeaderClassName
{
color: #CCEC7C;
}
.AnyTagClassName
{
color: #CCEC7C;
}
</style>
background-color css
<style>
a { background-color: #CCEC7C; }
a { background-color: rgb(204,236,124); }
div.DivClassName
{
background-color: #CCEC7C;
}
.BgClassName
{
background-color: #CCEC7C;
}
</style>
border-color css
<style>
span { border-color: #CCEC7C; }
span { border-color: rgb(204,236,124); }
td.TdClassName
{
border-color: #CCEC7C;
}
.TagClassName
{
border-color: #CCEC7C;
}
</style>