Shades of Sulu #CBEC72
Tints of Sulu #CBEC72
RGB
CMYK
RGB Variations
Color information
#CBEC72 (or 0xCBEC72) is known color: Sulu. HEX triplet: CB, EC and 72. RGB value is (203,236,114). Sum of RGB (Red+Green+Blue) = 203+236+114=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC72 is #34138D. Grayscale: #D4D4D4. Windows color (decimal): -3412878 or 7531723. OLE color: 7531723.
HSL color Cylindrical-coordinate representation of color #CBEC72: hue angle of 76.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBEC72 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 114 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.07 |
| HSL | 76.23º | 0.76% | 0.69% | - |
| HSV(B) | 76.23º | 0.52% | 0.93% | - |
| XYZ | 57.66 | 73.9 | 27.15 | - |
| YUV | 212.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 114 | 0.14 | 0 | 0.52 | 0.07 | 76.23 | 0.76 | 0.69 |
| Hex | CB | EC | 72 | E | 0 | 34 | 7 | 4C | 4C | 45 |
| Octal | 313 | 354 | 162 | 16 | 0 | 64 | 7 | 114 | 114 | 105 |
| Binary | 11001011 | 11101100 | 1110010 | 1110 | 0 | 110100 | 111 | 1001100 | 1001100 | 1000101 |
Color Harmonies of #CBEC72
Complementary color
Monochromatic Colors of #CBEC72
Black with #CBEC72
Text Example
Text Example
White with #CBEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC72; }
p { color: rgb(203,236,114); }
H1.HeaderClassName
{
color: #CBEC72;
}
.AnyTagClassName
{
color: #CBEC72;
}
</style>
background-color css
<style>
a { background-color: #CBEC72; }
a { background-color: rgb(203,236,114); }
div.DivClassName
{
background-color: #CBEC72;
}
.BgClassName
{
background-color: #CBEC72;
}
</style>
border-color css
<style>
span { border-color: #CBEC72; }
span { border-color: rgb(203,236,114); }
td.TdClassName
{
border-color: #CBEC72;
}
.TagClassName
{
border-color: #CBEC72;
}
</style>