Shades of Sulu #CBE28B
Tints of Sulu #CBE28B
RGB
CMYK
RGB Variations
Color information
#CBE28B (or 0xCBE28B) is known color: Sulu. HEX triplet: CB, E2 and 8B. RGB value is (203,226,139). Sum of RGB (Red+Green+Blue) = 203+226+139=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE28B is #341D74. Grayscale: #D1D1D1. Windows color (decimal): -3415413 or 9167563. OLE color: 9167563.
HSL color Cylindrical-coordinate representation of color #CBE28B: hue angle of 75.86º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE28B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 139 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.11 |
| HSL | 75.86º | 0.6% | 0.72% | - |
| HSV(B) | 75.86º | 0.38% | 0.89% | - |
| XYZ | 56.49 | 68.95 | 34.76 | - |
| YUV | 209.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 139 | 0.10 | 0 | 0.38 | 0.11 | 75.86 | 0.6 | 0.72 |
| Hex | CB | E2 | 8B | A | 0 | 26 | B | 4C | 3C | 48 |
| Octal | 313 | 342 | 213 | 12 | 0 | 46 | 13 | 114 | 74 | 110 |
| Binary | 11001011 | 11100010 | 10001011 | 1010 | 0 | 100110 | 1011 | 1001100 | 111100 | 1001000 |
Color Harmonies of #CBE28B
Complementary color
Monochromatic Colors of #CBE28B
Black with #CBE28B
Text Example
Text Example
White with #CBE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE28B; }
p { color: rgb(203,226,139); }
H1.HeaderClassName
{
color: #CBE28B;
}
.AnyTagClassName
{
color: #CBE28B;
}
</style>
background-color css
<style>
a { background-color: #CBE28B; }
a { background-color: rgb(203,226,139); }
div.DivClassName
{
background-color: #CBE28B;
}
.BgClassName
{
background-color: #CBE28B;
}
</style>
border-color css
<style>
span { border-color: #CBE28B; }
span { border-color: rgb(203,226,139); }
td.TdClassName
{
border-color: #CBE28B;
}
.TagClassName
{
border-color: #CBE28B;
}
</style>