Shades of Sulu #CBE18D
Tints of Sulu #CBE18D
RGB
CMYK
RGB Variations
Color information
#CBE18D (or 0xCBE18D) is known color: Sulu. HEX triplet: CB, E1 and 8D. RGB value is (203,225,141). Sum of RGB (Red+Green+Blue) = 203+225+141=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE18D is #341E72. Grayscale: #D1D1D1. Windows color (decimal): -3415667 or 9298379. OLE color: 9298379.
HSL color Cylindrical-coordinate representation of color #CBE18D: hue angle of 75.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE18D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 141 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.12 |
| HSL | 75.71º | 0.58% | 0.72% | - |
| HSV(B) | 75.71º | 0.37% | 0.88% | - |
| XYZ | 56.36 | 68.47 | 35.44 | - |
| YUV | 208.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 141 | 0.10 | 0 | 0.37 | 0.12 | 75.71 | 0.58 | 0.72 |
| Hex | CB | E1 | 8D | A | 0 | 25 | C | 4C | 3A | 48 |
| Octal | 313 | 341 | 215 | 12 | 0 | 45 | 14 | 114 | 72 | 110 |
| Binary | 11001011 | 11100001 | 10001101 | 1010 | 0 | 100101 | 1100 | 1001100 | 111010 | 1001000 |
Color Harmonies of #CBE18D
Complementary color
Monochromatic Colors of #CBE18D
Black with #CBE18D
Text Example
Text Example
White with #CBE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE18D; }
p { color: rgb(203,225,141); }
H1.HeaderClassName
{
color: #CBE18D;
}
.AnyTagClassName
{
color: #CBE18D;
}
</style>
background-color css
<style>
a { background-color: #CBE18D; }
a { background-color: rgb(203,225,141); }
div.DivClassName
{
background-color: #CBE18D;
}
.BgClassName
{
background-color: #CBE18D;
}
</style>
border-color css
<style>
span { border-color: #CBE18D; }
span { border-color: rgb(203,225,141); }
td.TdClassName
{
border-color: #CBE18D;
}
.TagClassName
{
border-color: #CBE18D;
}
</style>