Shades of Sulu #CBE388
Tints of Sulu #CBE388
RGB
CMYK
RGB Variations
Color information
#CBE388 (or 0xCBE388) is known color: Sulu. HEX triplet: CB, E3 and 88. RGB value is (203,227,136). Sum of RGB (Red+Green+Blue) = 203+227+136=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE388 is #341C77. Grayscale: #D1D1D1. Windows color (decimal): -3415160 or 8971211. OLE color: 8971211.
HSL color Cylindrical-coordinate representation of color #CBE388: hue angle of 75.82º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBE388 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 136 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.11 |
| HSL | 75.82º | 0.62% | 0.71% | - |
| HSV(B) | 75.82º | 0.4% | 0.89% | - |
| XYZ | 56.54 | 69.41 | 33.71 | - |
| YUV | 209.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 136 | 0.11 | 0 | 0.40 | 0.11 | 75.82 | 0.62 | 0.71 |
| Hex | CB | E3 | 88 | B | 0 | 28 | B | 4C | 3E | 47 |
| Octal | 313 | 343 | 210 | 13 | 0 | 50 | 13 | 114 | 76 | 107 |
| Binary | 11001011 | 11100011 | 10001000 | 1011 | 0 | 101000 | 1011 | 1001100 | 111110 | 1000111 |
Color Harmonies of #CBE388
Complementary color
Monochromatic Colors of #CBE388
Black with #CBE388
Text Example
Text Example
White with #CBE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE388; }
p { color: rgb(203,227,136); }
H1.HeaderClassName
{
color: #CBE388;
}
.AnyTagClassName
{
color: #CBE388;
}
</style>
background-color css
<style>
a { background-color: #CBE388; }
a { background-color: rgb(203,227,136); }
div.DivClassName
{
background-color: #CBE388;
}
.BgClassName
{
background-color: #CBE388;
}
</style>
border-color css
<style>
span { border-color: #CBE388; }
span { border-color: rgb(203,227,136); }
td.TdClassName
{
border-color: #CBE388;
}
.TagClassName
{
border-color: #CBE388;
}
</style>