Shades of Sulu #B5FE84
Tints of Sulu #B5FE84
RGB
CMYK
RGB Variations
Color information
#B5FE84 (or 0xB5FE84) is known color: Sulu. HEX triplet: B5, FE and 84. RGB value is (181,254,132). Sum of RGB (Red+Green+Blue) = 181+254+132=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FE84 is #4A017B. Grayscale: #DADADA. Windows color (decimal): -4850044 or 8715957. OLE color: 8715957.
HSL color Cylindrical-coordinate representation of color #B5FE84: hue angle of 95.9º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5FE84 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 132 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.00 |
| HSL | 95.9º | 0.98% | 0.76% | - |
| HSV(B) | 95.9º | 0.48% | 1% | - |
| XYZ | 58.66 | 82.37 | 34.64 | - |
| YUV | 218.27 | 79.32 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 132 | 0.29 | 0 | 0.48 | 0.00 | 95.9 | 0.98 | 0.76 |
| Hex | B5 | FE | 84 | 1D | 0 | 30 | 0 | 60 | 62 | 4C |
| Octal | 265 | 376 | 204 | 35 | 0 | 60 | 0 | 140 | 142 | 114 |
| Binary | 10110101 | 11111110 | 10000100 | 11101 | 0 | 110000 | 0 | 1100000 | 1100010 | 1001100 |
Color Harmonies of #B5FE84
Complementary color
Monochromatic Colors of #B5FE84
Black with #B5FE84
Text Example
Text Example
White with #B5FE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE84; }
p { color: rgb(181,254,132); }
H1.HeaderClassName
{
color: #B5FE84;
}
.AnyTagClassName
{
color: #B5FE84;
}
</style>
background-color css
<style>
a { background-color: #B5FE84; }
a { background-color: rgb(181,254,132); }
div.DivClassName
{
background-color: #B5FE84;
}
.BgClassName
{
background-color: #B5FE84;
}
</style>
border-color css
<style>
span { border-color: #B5FE84; }
span { border-color: rgb(181,254,132); }
td.TdClassName
{
border-color: #B5FE84;
}
.TagClassName
{
border-color: #B5FE84;
}
</style>