Shades of Sulu #CBEC89
Tints of Sulu #CBEC89
RGB
CMYK
RGB Variations
Color information
#CBEC89 (or 0xCBEC89) is known color: Sulu. HEX triplet: CB, EC and 89. RGB value is (203,236,137). Sum of RGB (Red+Green+Blue) = 203+236+137=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC89 is #341376. Grayscale: #D7D7D7. Windows color (decimal): -3412855 or 9039051. OLE color: 9039051.
HSL color Cylindrical-coordinate representation of color #CBEC89: hue angle of 80º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBEC89 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 137 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.07 |
| HSL | 80º | 0.72% | 0.73% | - |
| HSV(B) | 80º | 0.42% | 0.93% | - |
| XYZ | 59.14 | 74.49 | 34.93 | - |
| YUV | 214.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 137 | 0.14 | 0 | 0.42 | 0.07 | 80 | 0.72 | 0.73 |
| Hex | CB | EC | 89 | E | 0 | 2A | 7 | 50 | 48 | 49 |
| Octal | 313 | 354 | 211 | 16 | 0 | 52 | 7 | 120 | 110 | 111 |
| Binary | 11001011 | 11101100 | 10001001 | 1110 | 0 | 101010 | 111 | 1010000 | 1001000 | 1001001 |
Color Harmonies of #CBEC89
Complementary color
Monochromatic Colors of #CBEC89
Black with #CBEC89
Text Example
Text Example
White with #CBEC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC89; }
p { color: rgb(203,236,137); }
H1.HeaderClassName
{
color: #CBEC89;
}
.AnyTagClassName
{
color: #CBEC89;
}
</style>
background-color css
<style>
a { background-color: #CBEC89; }
a { background-color: rgb(203,236,137); }
div.DivClassName
{
background-color: #CBEC89;
}
.BgClassName
{
background-color: #CBEC89;
}
</style>
border-color css
<style>
span { border-color: #CBEC89; }
span { border-color: rgb(203,236,137); }
td.TdClassName
{
border-color: #CBEC89;
}
.TagClassName
{
border-color: #CBEC89;
}
</style>