Shades of Sulu #B8F58F
Tints of Sulu #B8F58F
RGB
CMYK
RGB Variations
Color information
#B8F58F (or 0xB8F58F) is known color: Sulu. HEX triplet: B8, F5 and 8F. RGB value is (184,245,143). Sum of RGB (Red+Green+Blue) = 184+245+143=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F58F is #470A70. Grayscale: #D7D7D7. Windows color (decimal): -4655729 or 9434552. OLE color: 9434552.
HSL color Cylindrical-coordinate representation of color #B8F58F: hue angle of 95.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8F58F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 143 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.04 |
| HSL | 95.88º | 0.84% | 0.76% | - |
| HSV(B) | 95.88º | 0.42% | 0.96% | - |
| XYZ | 57.38 | 77.48 | 37.92 | - |
| YUV | 215.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 143 | 0.25 | 0 | 0.42 | 0.04 | 95.88 | 0.84 | 0.76 |
| Hex | B8 | F5 | 8F | 19 | 0 | 2A | 4 | 60 | 54 | 4C |
| Octal | 270 | 365 | 217 | 31 | 0 | 52 | 4 | 140 | 124 | 114 |
| Binary | 10111000 | 11110101 | 10001111 | 11001 | 0 | 101010 | 100 | 1100000 | 1010100 | 1001100 |
Color Harmonies of #B8F58F
Complementary color
Monochromatic Colors of #B8F58F
Black with #B8F58F
Text Example
Text Example
White with #B8F58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F58F; }
p { color: rgb(184,245,143); }
H1.HeaderClassName
{
color: #B8F58F;
}
.AnyTagClassName
{
color: #B8F58F;
}
</style>
background-color css
<style>
a { background-color: #B8F58F; }
a { background-color: rgb(184,245,143); }
div.DivClassName
{
background-color: #B8F58F;
}
.BgClassName
{
background-color: #B8F58F;
}
</style>
border-color css
<style>
span { border-color: #B8F58F; }
span { border-color: rgb(184,245,143); }
td.TdClassName
{
border-color: #B8F58F;
}
.TagClassName
{
border-color: #B8F58F;
}
</style>