Shades of Sulu #B5E86F
Tints of Sulu #B5E86F
RGB
CMYK
RGB Variations
Color information
#B5E86F (or 0xB5E86F) is known color: Sulu. HEX triplet: B5, E8 and 6F. RGB value is (181,232,111). Sum of RGB (Red+Green+Blue) = 181+232+111=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E86F is #4A1790. Grayscale: #CBCBCB. Windows color (decimal): -4855697 or 7334069. OLE color: 7334069.
HSL color Cylindrical-coordinate representation of color #B5E86F: hue angle of 85.29º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5E86F is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 111 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.09 |
| HSL | 85.29º | 0.72% | 0.67% | - |
| HSV(B) | 85.29º | 0.52% | 0.91% | - |
| XYZ | 50.78 | 68.68 | 25.62 | - |
| YUV | 202.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 111 | 0.22 | 0 | 0.52 | 0.09 | 85.29 | 0.72 | 0.67 |
| Hex | B5 | E8 | 6F | 16 | 0 | 34 | 9 | 55 | 48 | 43 |
| Octal | 265 | 350 | 157 | 26 | 0 | 64 | 11 | 125 | 110 | 103 |
| Binary | 10110101 | 11101000 | 1101111 | 10110 | 0 | 110100 | 1001 | 1010101 | 1001000 | 1000011 |
Color Harmonies of #B5E86F
Complementary color
Monochromatic Colors of #B5E86F
Black with #B5E86F
Text Example
Text Example
White with #B5E86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E86F; }
p { color: rgb(181,232,111); }
H1.HeaderClassName
{
color: #B5E86F;
}
.AnyTagClassName
{
color: #B5E86F;
}
</style>
background-color css
<style>
a { background-color: #B5E86F; }
a { background-color: rgb(181,232,111); }
div.DivClassName
{
background-color: #B5E86F;
}
.BgClassName
{
background-color: #B5E86F;
}
</style>
border-color css
<style>
span { border-color: #B5E86F; }
span { border-color: rgb(181,232,111); }
td.TdClassName
{
border-color: #B5E86F;
}
.TagClassName
{
border-color: #B5E86F;
}
</style>