Shades of Sulu #CBE086
Tints of Sulu #CBE086
RGB
CMYK
RGB Variations
Color information
#CBE086 (or 0xCBE086) is known color: Sulu. HEX triplet: CB, E0 and 86. RGB value is (203,224,134). Sum of RGB (Red+Green+Blue) = 203+224+134=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE086 is #341F79. Grayscale: #CFCFCF. Windows color (decimal): -3415930 or 8839371. OLE color: 8839371.
HSL color Cylindrical-coordinate representation of color #CBE086: hue angle of 74º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBE086 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 134 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.12 |
| HSL | 74º | 0.59% | 0.7% | - |
| HSV(B) | 74º | 0.4% | 0.88% | - |
| XYZ | 55.59 | 67.73 | 32.7 | - |
| YUV | 207.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 134 | 0.09 | 0 | 0.40 | 0.12 | 74 | 0.59 | 0.7 |
| Hex | CB | E0 | 86 | 9 | 0 | 28 | C | 4A | 3B | 46 |
| Octal | 313 | 340 | 206 | 11 | 0 | 50 | 14 | 112 | 73 | 106 |
| Binary | 11001011 | 11100000 | 10000110 | 1001 | 0 | 101000 | 1100 | 1001010 | 111011 | 1000110 |
Color Harmonies of #CBE086
Complementary color
Monochromatic Colors of #CBE086
Black with #CBE086
Text Example
Text Example
White with #CBE086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE086; }
p { color: rgb(203,224,134); }
H1.HeaderClassName
{
color: #CBE086;
}
.AnyTagClassName
{
color: #CBE086;
}
</style>
background-color css
<style>
a { background-color: #CBE086; }
a { background-color: rgb(203,224,134); }
div.DivClassName
{
background-color: #CBE086;
}
.BgClassName
{
background-color: #CBE086;
}
</style>
border-color css
<style>
span { border-color: #CBE086; }
span { border-color: rgb(203,224,134); }
td.TdClassName
{
border-color: #CBE086;
}
.TagClassName
{
border-color: #CBE086;
}
</style>