Shades of Sulu #B5FF84
Tints of Sulu #B5FF84
RGB
CMYK
RGB Variations
Color information
#B5FF84 (or 0xB5FF84) is known color: Sulu. HEX triplet: B5, FF and 84. RGB value is (181,255,132). Sum of RGB (Red+Green+Blue) = 181+255+132=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FF84 is #4A007B. Grayscale: #DBDBDB. Windows color (decimal): -4849788 or 8716213. OLE color: 8716213.
HSL color Cylindrical-coordinate representation of color #B5FF84: hue angle of 96.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5FF84 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 132 | - |
| CMYK | 0.29 | 0 | 0.48 | 0 |
| HSL | 96.1º | 1% | 0.76% | - |
| HSV(B) | 96.1º | 0.48% | 1% | - |
| XYZ | 58.98 | 83.01 | 34.74 | - |
| YUV | 218.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 132 | 0.29 | 0 | 0.48 | 0 | 96.1 | 1 | 0.76 |
| Hex | B5 | FF | 84 | 1D | 0 | 30 | 0 | 60 | 64 | 4C |
| Octal | 265 | 377 | 204 | 35 | 0 | 60 | 0 | 140 | 144 | 114 |
| Binary | 10110101 | 11111111 | 10000100 | 11101 | 0 | 110000 | 0 | 1100000 | 1100100 | 1001100 |
Color Harmonies of #B5FF84
Complementary color
Monochromatic Colors of #B5FF84
Black with #B5FF84
Text Example
Text Example
White with #B5FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF84; }
p { color: rgb(181,255,132); }
H1.HeaderClassName
{
color: #B5FF84;
}
.AnyTagClassName
{
color: #B5FF84;
}
</style>
background-color css
<style>
a { background-color: #B5FF84; }
a { background-color: rgb(181,255,132); }
div.DivClassName
{
background-color: #B5FF84;
}
.BgClassName
{
background-color: #B5FF84;
}
</style>
border-color css
<style>
span { border-color: #B5FF84; }
span { border-color: rgb(181,255,132); }
td.TdClassName
{
border-color: #B5FF84;
}
.TagClassName
{
border-color: #B5FF84;
}
</style>