Shades of Sulu #CBE18E
Tints of Sulu #CBE18E
RGB
CMYK
RGB Variations
Color information
#CBE18E (or 0xCBE18E) is known color: Sulu. HEX triplet: CB, E1 and 8E. RGB value is (203,225,142). Sum of RGB (Red+Green+Blue) = 203+225+142=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE18E is #341E71. Grayscale: #D1D1D1. Windows color (decimal): -3415666 or 9363915. OLE color: 9363915.
HSL color Cylindrical-coordinate representation of color #CBE18E: hue angle of 75.9º 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 #CBE18E is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 142 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.12 |
| HSL | 75.9º | 0.58% | 0.72% | - |
| HSV(B) | 75.9º | 0.37% | 0.88% | - |
| XYZ | 56.44 | 68.5 | 35.84 | - |
| YUV | 208.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 142 | 0.10 | 0 | 0.37 | 0.12 | 75.9 | 0.58 | 0.72 |
| Hex | CB | E1 | 8E | A | 0 | 25 | C | 4C | 3A | 48 |
| Octal | 313 | 341 | 216 | 12 | 0 | 45 | 14 | 114 | 72 | 110 |
| Binary | 11001011 | 11100001 | 10001110 | 1010 | 0 | 100101 | 1100 | 1001100 | 111010 | 1001000 |
Color Harmonies of #CBE18E
Complementary color
Monochromatic Colors of #CBE18E
Black with #CBE18E
Text Example
Text Example
White with #CBE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE18E; }
p { color: rgb(203,225,142); }
H1.HeaderClassName
{
color: #CBE18E;
}
.AnyTagClassName
{
color: #CBE18E;
}
</style>
background-color css
<style>
a { background-color: #CBE18E; }
a { background-color: rgb(203,225,142); }
div.DivClassName
{
background-color: #CBE18E;
}
.BgClassName
{
background-color: #CBE18E;
}
</style>
border-color css
<style>
span { border-color: #CBE18E; }
span { border-color: rgb(203,225,142); }
td.TdClassName
{
border-color: #CBE18E;
}
.TagClassName
{
border-color: #CBE18E;
}
</style>