Shades of Sulu #B5E16F
Tints of Sulu #B5E16F
RGB
CMYK
RGB Variations
Color information
#B5E16F (or 0xB5E16F) is known color: Sulu. HEX triplet: B5, E1 and 6F. RGB value is (181,225,111). Sum of RGB (Red+Green+Blue) = 181+225+111=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E16F is #4A1E90. Grayscale: #C7C7C7. Windows color (decimal): -4857489 or 7332277. OLE color: 7332277.
HSL color Cylindrical-coordinate representation of color #B5E16F: hue angle of 83.16º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5E16F is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 111 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.12 |
| HSL | 83.16º | 0.66% | 0.66% | - |
| HSV(B) | 83.16º | 0.51% | 0.88% | - |
| XYZ | 48.85 | 64.82 | 24.98 | - |
| YUV | 198.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 111 | 0.20 | 0 | 0.51 | 0.12 | 83.16 | 0.66 | 0.66 |
| Hex | B5 | E1 | 6F | 14 | 0 | 33 | C | 53 | 42 | 42 |
| Octal | 265 | 341 | 157 | 24 | 0 | 63 | 14 | 123 | 102 | 102 |
| Binary | 10110101 | 11100001 | 1101111 | 10100 | 0 | 110011 | 1100 | 1010011 | 1000010 | 1000010 |
Color Harmonies of #B5E16F
Complementary color
Monochromatic Colors of #B5E16F
Black with #B5E16F
Text Example
Text Example
White with #B5E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E16F; }
p { color: rgb(181,225,111); }
H1.HeaderClassName
{
color: #B5E16F;
}
.AnyTagClassName
{
color: #B5E16F;
}
</style>
background-color css
<style>
a { background-color: #B5E16F; }
a { background-color: rgb(181,225,111); }
div.DivClassName
{
background-color: #B5E16F;
}
.BgClassName
{
background-color: #B5E16F;
}
</style>
border-color css
<style>
span { border-color: #B5E16F; }
span { border-color: rgb(181,225,111); }
td.TdClassName
{
border-color: #B5E16F;
}
.TagClassName
{
border-color: #B5E16F;
}
</style>