Shades of Sulu #CBED89
Tints of Sulu #CBED89
RGB
CMYK
RGB Variations
Color information
#CBED89 (or 0xCBED89) is known color: Sulu. HEX triplet: CB, ED and 89. RGB value is (203,237,137). Sum of RGB (Red+Green+Blue) = 203+237+137=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED89 is #341276. Grayscale: #D7D7D7. Windows color (decimal): -3412599 or 9039307. OLE color: 9039307.
HSL color Cylindrical-coordinate representation of color #CBED89: hue angle of 80.4º degrees, saturation: 0.74, 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 #CBED89 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 137 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.07 |
| HSL | 80.4º | 0.74% | 0.73% | - |
| HSV(B) | 80.4º | 0.42% | 0.93% | - |
| XYZ | 59.43 | 75.07 | 35.02 | - |
| YUV | 215.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 137 | 0.14 | 0 | 0.42 | 0.07 | 80.4 | 0.74 | 0.73 |
| Hex | CB | ED | 89 | E | 0 | 2A | 7 | 50 | 4A | 49 |
| Octal | 313 | 355 | 211 | 16 | 0 | 52 | 7 | 120 | 112 | 111 |
| Binary | 11001011 | 11101101 | 10001001 | 1110 | 0 | 101010 | 111 | 1010000 | 1001010 | 1001001 |
Color Harmonies of #CBED89
Complementary color
Monochromatic Colors of #CBED89
Black with #CBED89
Text Example
Text Example
White with #CBED89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED89; }
p { color: rgb(203,237,137); }
H1.HeaderClassName
{
color: #CBED89;
}
.AnyTagClassName
{
color: #CBED89;
}
</style>
background-color css
<style>
a { background-color: #CBED89; }
a { background-color: rgb(203,237,137); }
div.DivClassName
{
background-color: #CBED89;
}
.BgClassName
{
background-color: #CBED89;
}
</style>
border-color css
<style>
span { border-color: #CBED89; }
span { border-color: rgb(203,237,137); }
td.TdClassName
{
border-color: #CBED89;
}
.TagClassName
{
border-color: #CBED89;
}
</style>