Shades of Sulu #B8F57F
Tints of Sulu #B8F57F
RGB
CMYK
RGB Variations
Color information
#B8F57F (or 0xB8F57F) is known color: Sulu. HEX triplet: B8, F5 and 7F. RGB value is (184,245,127). Sum of RGB (Red+Green+Blue) = 184+245+127=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F57F is #470A80. Grayscale: #D5D5D5. Windows color (decimal): -4655745 or 8385976. OLE color: 8385976.
HSL color Cylindrical-coordinate representation of color #B8F57F: hue angle of 91.02º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8F57F is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 127 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.04 |
| HSL | 91.02º | 0.86% | 0.73% | - |
| HSV(B) | 91.02º | 0.48% | 0.96% | - |
| XYZ | 56.25 | 77.03 | 31.98 | - |
| YUV | 213.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 127 | 0.25 | 0 | 0.48 | 0.04 | 91.02 | 0.86 | 0.73 |
| Hex | B8 | F5 | 7F | 19 | 0 | 30 | 4 | 5B | 56 | 49 |
| Octal | 270 | 365 | 177 | 31 | 0 | 60 | 4 | 133 | 126 | 111 |
| Binary | 10111000 | 11110101 | 1111111 | 11001 | 0 | 110000 | 100 | 1011011 | 1010110 | 1001001 |
Color Harmonies of #B8F57F
Complementary color
Monochromatic Colors of #B8F57F
Black with #B8F57F
Text Example
Text Example
White with #B8F57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F57F; }
p { color: rgb(184,245,127); }
H1.HeaderClassName
{
color: #B8F57F;
}
.AnyTagClassName
{
color: #B8F57F;
}
</style>
background-color css
<style>
a { background-color: #B8F57F; }
a { background-color: rgb(184,245,127); }
div.DivClassName
{
background-color: #B8F57F;
}
.BgClassName
{
background-color: #B8F57F;
}
</style>
border-color css
<style>
span { border-color: #B8F57F; }
span { border-color: rgb(184,245,127); }
td.TdClassName
{
border-color: #B8F57F;
}
.TagClassName
{
border-color: #B8F57F;
}
</style>