Shades of Sulu #CBEC71
Tints of Sulu #CBEC71
RGB
CMYK
RGB Variations
Color information
#CBEC71 (or 0xCBEC71) is known color: Sulu. HEX triplet: CB, EC and 71. RGB value is (203,236,113). Sum of RGB (Red+Green+Blue) = 203+236+113=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC71 is #34138E. Grayscale: #D4D4D4. Windows color (decimal): -3412879 or 7466187. OLE color: 7466187.
HSL color Cylindrical-coordinate representation of color #CBEC71: hue angle of 76.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBEC71 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 113 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.07 |
| HSL | 76.1º | 0.76% | 0.68% | - |
| HSV(B) | 76.1º | 0.52% | 0.93% | - |
| XYZ | 57.6 | 73.88 | 26.85 | - |
| YUV | 212.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 113 | 0.14 | 0 | 0.52 | 0.07 | 76.1 | 0.76 | 0.68 |
| Hex | CB | EC | 71 | E | 0 | 34 | 7 | 4C | 4C | 44 |
| Octal | 313 | 354 | 161 | 16 | 0 | 64 | 7 | 114 | 114 | 104 |
| Binary | 11001011 | 11101100 | 1110001 | 1110 | 0 | 110100 | 111 | 1001100 | 1001100 | 1000100 |
Color Harmonies of #CBEC71
Complementary color
Monochromatic Colors of #CBEC71
Black with #CBEC71
Text Example
Text Example
White with #CBEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC71; }
p { color: rgb(203,236,113); }
H1.HeaderClassName
{
color: #CBEC71;
}
.AnyTagClassName
{
color: #CBEC71;
}
</style>
background-color css
<style>
a { background-color: #CBEC71; }
a { background-color: rgb(203,236,113); }
div.DivClassName
{
background-color: #CBEC71;
}
.BgClassName
{
background-color: #CBEC71;
}
</style>
border-color css
<style>
span { border-color: #CBEC71; }
span { border-color: rgb(203,236,113); }
td.TdClassName
{
border-color: #CBEC71;
}
.TagClassName
{
border-color: #CBEC71;
}
</style>