Shades of Sulu #CCEC7B
Tints of Sulu #CCEC7B
RGB
CMYK
RGB Variations
Color information
#CCEC7B (or 0xCCEC7B) is known color: Sulu. HEX triplet: CC, EC and 7B. RGB value is (204,236,123). Sum of RGB (Red+Green+Blue) = 204+236+123=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC7B is #331384. Grayscale: #D5D5D5. Windows color (decimal): -3347333 or 8121548. OLE color: 8121548.
HSL color Cylindrical-coordinate representation of color #CCEC7B: hue angle of 76.99º 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 #CCEC7B is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 123 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.07 |
| HSL | 76.99º | 0.75% | 0.7% | - |
| HSV(B) | 76.99º | 0.48% | 0.93% | - |
| XYZ | 58.47 | 74.26 | 29.99 | - |
| YUV | 213.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 123 | 0.14 | 0 | 0.48 | 0.07 | 76.99 | 0.75 | 0.7 |
| Hex | CC | EC | 7B | E | 0 | 30 | 7 | 4D | 4B | 46 |
| Octal | 314 | 354 | 173 | 16 | 0 | 60 | 7 | 115 | 113 | 106 |
| Binary | 11001100 | 11101100 | 1111011 | 1110 | 0 | 110000 | 111 | 1001101 | 1001011 | 1000110 |
Color Harmonies of #CCEC7B
Complementary color
Monochromatic Colors of #CCEC7B
Black with #CCEC7B
Text Example
Text Example
White with #CCEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC7B; }
p { color: rgb(204,236,123); }
H1.HeaderClassName
{
color: #CCEC7B;
}
.AnyTagClassName
{
color: #CCEC7B;
}
</style>
background-color css
<style>
a { background-color: #CCEC7B; }
a { background-color: rgb(204,236,123); }
div.DivClassName
{
background-color: #CCEC7B;
}
.BgClassName
{
background-color: #CCEC7B;
}
</style>
border-color css
<style>
span { border-color: #CCEC7B; }
span { border-color: rgb(204,236,123); }
td.TdClassName
{
border-color: #CCEC7B;
}
.TagClassName
{
border-color: #CCEC7B;
}
</style>