Shades of Sulu #CCEC74
Tints of Sulu #CCEC74
RGB
CMYK
RGB Variations
Color information
#CCEC74 (or 0xCCEC74) is known color: Sulu. HEX triplet: CC, EC and 74. RGB value is (204,236,116). Sum of RGB (Red+Green+Blue) = 204+236+116=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC74 is #33138B. Grayscale: #D5D5D5. Windows color (decimal): -3347340 or 7662796. OLE color: 7662796.
HSL color Cylindrical-coordinate representation of color #CCEC74: hue angle of 76º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCEC74 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 116 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.07 |
| HSL | 76º | 0.76% | 0.69% | - |
| HSV(B) | 76º | 0.51% | 0.93% | - |
| XYZ | 58.05 | 74.09 | 27.76 | - |
| YUV | 212.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 116 | 0.14 | 0 | 0.51 | 0.07 | 76 | 0.76 | 0.69 |
| Hex | CC | EC | 74 | E | 0 | 33 | 7 | 4C | 4C | 45 |
| Octal | 314 | 354 | 164 | 16 | 0 | 63 | 7 | 114 | 114 | 105 |
| Binary | 11001100 | 11101100 | 1110100 | 1110 | 0 | 110011 | 111 | 1001100 | 1001100 | 1000101 |
Color Harmonies of #CCEC74
Complementary color
Monochromatic Colors of #CCEC74
Black with #CCEC74
Text Example
Text Example
White with #CCEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC74; }
p { color: rgb(204,236,116); }
H1.HeaderClassName
{
color: #CCEC74;
}
.AnyTagClassName
{
color: #CCEC74;
}
</style>
background-color css
<style>
a { background-color: #CCEC74; }
a { background-color: rgb(204,236,116); }
div.DivClassName
{
background-color: #CCEC74;
}
.BgClassName
{
background-color: #CCEC74;
}
</style>
border-color css
<style>
span { border-color: #CCEC74; }
span { border-color: rgb(204,236,116); }
td.TdClassName
{
border-color: #CCEC74;
}
.TagClassName
{
border-color: #CCEC74;
}
</style>