Shades of Sulu #B8FE85
Tints of Sulu #B8FE85
RGB
CMYK
RGB Variations
Color information
#B8FE85 (or 0xB8FE85) is known color: Sulu. HEX triplet: B8, FE and 85. RGB value is (184,254,133). Sum of RGB (Red+Green+Blue) = 184+254+133=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FE85 is #47017A. Grayscale: #DBDBDB. Windows color (decimal): -4653435 or 8781496. OLE color: 8781496.
HSL color Cylindrical-coordinate representation of color #B8FE85: hue angle of 94.71º 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 #B8FE85 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 133 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.00 |
| HSL | 94.71º | 0.98% | 0.76% | - |
| HSV(B) | 94.71º | 0.48% | 1% | - |
| XYZ | 59.44 | 82.77 | 35.03 | - |
| YUV | 219.28 | 79.31 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 133 | 0.28 | 0 | 0.48 | 0.00 | 94.71 | 0.98 | 0.76 |
| Hex | B8 | FE | 85 | 1C | 0 | 30 | 0 | 5F | 62 | 4C |
| Octal | 270 | 376 | 205 | 34 | 0 | 60 | 0 | 137 | 142 | 114 |
| Binary | 10111000 | 11111110 | 10000101 | 11100 | 0 | 110000 | 0 | 1011111 | 1100010 | 1001100 |
Color Harmonies of #B8FE85
Complementary color
Monochromatic Colors of #B8FE85
Black with #B8FE85
Text Example
Text Example
White with #B8FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FE85; }
p { color: rgb(184,254,133); }
H1.HeaderClassName
{
color: #B8FE85;
}
.AnyTagClassName
{
color: #B8FE85;
}
</style>
background-color css
<style>
a { background-color: #B8FE85; }
a { background-color: rgb(184,254,133); }
div.DivClassName
{
background-color: #B8FE85;
}
.BgClassName
{
background-color: #B8FE85;
}
</style>
border-color css
<style>
span { border-color: #B8FE85; }
span { border-color: rgb(184,254,133); }
td.TdClassName
{
border-color: #B8FE85;
}
.TagClassName
{
border-color: #B8FE85;
}
</style>