Shades of Sulu #CCEC7A
Tints of Sulu #CCEC7A
RGB
CMYK
RGB Variations
Color information
#CCEC7A (or 0xCCEC7A) is known color: Sulu. HEX triplet: CC, EC and 7A. RGB value is (204,236,122). Sum of RGB (Red+Green+Blue) = 204+236+122=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC7A is #331385. Grayscale: #D5D5D5. Windows color (decimal): -3347334 or 8056012. OLE color: 8056012.
HSL color Cylindrical-coordinate representation of color #CCEC7A: hue angle of 76.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCEC7A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 122 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.07 |
| HSL | 76.84º | 0.75% | 0.7% | - |
| HSV(B) | 76.84º | 0.48% | 0.93% | - |
| XYZ | 58.41 | 74.23 | 29.66 | - |
| YUV | 213.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 122 | 0.14 | 0 | 0.48 | 0.07 | 76.84 | 0.75 | 0.7 |
| Hex | CC | EC | 7A | E | 0 | 30 | 7 | 4D | 4B | 46 |
| Octal | 314 | 354 | 172 | 16 | 0 | 60 | 7 | 115 | 113 | 106 |
| Binary | 11001100 | 11101100 | 1111010 | 1110 | 0 | 110000 | 111 | 1001101 | 1001011 | 1000110 |
Color Harmonies of #CCEC7A
Complementary color
Monochromatic Colors of #CCEC7A
Black with #CCEC7A
Text Example
Text Example
White with #CCEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC7A; }
p { color: rgb(204,236,122); }
H1.HeaderClassName
{
color: #CCEC7A;
}
.AnyTagClassName
{
color: #CCEC7A;
}
</style>
background-color css
<style>
a { background-color: #CCEC7A; }
a { background-color: rgb(204,236,122); }
div.DivClassName
{
background-color: #CCEC7A;
}
.BgClassName
{
background-color: #CCEC7A;
}
</style>
border-color css
<style>
span { border-color: #CCEC7A; }
span { border-color: rgb(204,236,122); }
td.TdClassName
{
border-color: #CCEC7A;
}
.TagClassName
{
border-color: #CCEC7A;
}
</style>