Shades of Sulu #CCEC73
Tints of Sulu #CCEC73
RGB
CMYK
RGB Variations
Color information
#CCEC73 (or 0xCCEC73) is known color: Sulu. HEX triplet: CC, EC and 73. RGB value is (204,236,115). Sum of RGB (Red+Green+Blue) = 204+236+115=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC73 is #33138C. Grayscale: #D5D5D5. Windows color (decimal): -3347341 or 7597260. OLE color: 7597260.
HSL color Cylindrical-coordinate representation of color #CCEC73: hue angle of 75.87º 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 #CCEC73 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 115 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.07 |
| HSL | 75.87º | 0.76% | 0.69% | - |
| HSV(B) | 75.87º | 0.51% | 0.93% | - |
| XYZ | 57.99 | 74.07 | 27.46 | - |
| YUV | 212.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 115 | 0.14 | 0 | 0.51 | 0.07 | 75.87 | 0.76 | 0.69 |
| Hex | CC | EC | 73 | E | 0 | 33 | 7 | 4C | 4C | 45 |
| Octal | 314 | 354 | 163 | 16 | 0 | 63 | 7 | 114 | 114 | 105 |
| Binary | 11001100 | 11101100 | 1110011 | 1110 | 0 | 110011 | 111 | 1001100 | 1001100 | 1000101 |
Color Harmonies of #CCEC73
Complementary color
Monochromatic Colors of #CCEC73
Black with #CCEC73
Text Example
Text Example
White with #CCEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC73; }
p { color: rgb(204,236,115); }
H1.HeaderClassName
{
color: #CCEC73;
}
.AnyTagClassName
{
color: #CCEC73;
}
</style>
background-color css
<style>
a { background-color: #CCEC73; }
a { background-color: rgb(204,236,115); }
div.DivClassName
{
background-color: #CCEC73;
}
.BgClassName
{
background-color: #CCEC73;
}
</style>
border-color css
<style>
span { border-color: #CCEC73; }
span { border-color: rgb(204,236,115); }
td.TdClassName
{
border-color: #CCEC73;
}
.TagClassName
{
border-color: #CCEC73;
}
</style>