Shades of Sulu #CBE586
Tints of Sulu #CBE586
RGB
CMYK
RGB Variations
Color information
#CBE586 (or 0xCBE586) is known color: Sulu. HEX triplet: CB, E5 and 86. RGB value is (203,229,134). Sum of RGB (Red+Green+Blue) = 203+229+134=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE586 is #341A79. Grayscale: #D2D2D2. Windows color (decimal): -3414650 or 8840651. OLE color: 8840651.
HSL color Cylindrical-coordinate representation of color #CBE586: hue angle of 76.42º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBE586 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 134 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.10 |
| HSL | 76.42º | 0.65% | 0.71% | - |
| HSV(B) | 76.42º | 0.41% | 0.9% | - |
| XYZ | 56.95 | 70.46 | 33.15 | - |
| YUV | 210.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 134 | 0.11 | 0 | 0.41 | 0.10 | 76.42 | 0.65 | 0.71 |
| Hex | CB | E5 | 86 | B | 0 | 29 | A | 4C | 41 | 47 |
| Octal | 313 | 345 | 206 | 13 | 0 | 51 | 12 | 114 | 101 | 107 |
| Binary | 11001011 | 11100101 | 10000110 | 1011 | 0 | 101001 | 1010 | 1001100 | 1000001 | 1000111 |
Color Harmonies of #CBE586
Complementary color
Monochromatic Colors of #CBE586
Black with #CBE586
Text Example
Text Example
White with #CBE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE586; }
p { color: rgb(203,229,134); }
H1.HeaderClassName
{
color: #CBE586;
}
.AnyTagClassName
{
color: #CBE586;
}
</style>
background-color css
<style>
a { background-color: #CBE586; }
a { background-color: rgb(203,229,134); }
div.DivClassName
{
background-color: #CBE586;
}
.BgClassName
{
background-color: #CBE586;
}
</style>
border-color css
<style>
span { border-color: #CBE586; }
span { border-color: rgb(203,229,134); }
td.TdClassName
{
border-color: #CBE586;
}
.TagClassName
{
border-color: #CBE586;
}
</style>