Shades of Sulu #B5FE83
Tints of Sulu #B5FE83
RGB
CMYK
RGB Variations
Color information
#B5FE83 (or 0xB5FE83) is known color: Sulu. HEX triplet: B5, FE and 83. RGB value is (181,254,131). Sum of RGB (Red+Green+Blue) = 181+254+131=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FE83 is #4A017C. Grayscale: #DADADA. Windows color (decimal): -4850045 or 8650421. OLE color: 8650421.
HSL color Cylindrical-coordinate representation of color #B5FE83: hue angle of 95.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5FE83 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 131 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.00 |
| HSL | 95.61º | 0.98% | 0.75% | - |
| HSV(B) | 95.61º | 0.48% | 1% | - |
| XYZ | 58.59 | 82.35 | 34.28 | - |
| YUV | 218.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 131 | 0.29 | 0 | 0.48 | 0.00 | 95.61 | 0.98 | 0.75 |
| Hex | B5 | FE | 83 | 1D | 0 | 30 | 0 | 60 | 62 | 4B |
| Octal | 265 | 376 | 203 | 35 | 0 | 60 | 0 | 140 | 142 | 113 |
| Binary | 10110101 | 11111110 | 10000011 | 11101 | 0 | 110000 | 0 | 1100000 | 1100010 | 1001011 |
Color Harmonies of #B5FE83
Complementary color
Monochromatic Colors of #B5FE83
Black with #B5FE83
Text Example
Text Example
White with #B5FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE83; }
p { color: rgb(181,254,131); }
H1.HeaderClassName
{
color: #B5FE83;
}
.AnyTagClassName
{
color: #B5FE83;
}
</style>
background-color css
<style>
a { background-color: #B5FE83; }
a { background-color: rgb(181,254,131); }
div.DivClassName
{
background-color: #B5FE83;
}
.BgClassName
{
background-color: #B5FE83;
}
</style>
border-color css
<style>
span { border-color: #B5FE83; }
span { border-color: rgb(181,254,131); }
td.TdClassName
{
border-color: #B5FE83;
}
.TagClassName
{
border-color: #B5FE83;
}
</style>