Shades of Sulu #B8F87F
Tints of Sulu #B8F87F
RGB
CMYK
RGB Variations
Color information
#B8F87F (or 0xB8F87F) is known color: Sulu. HEX triplet: B8, F8 and 7F. RGB value is (184,248,127). Sum of RGB (Red+Green+Blue) = 184+248+127=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F87F is #470780. Grayscale: #D7D7D7. Windows color (decimal): -4654977 or 8386744. OLE color: 8386744.
HSL color Cylindrical-coordinate representation of color #B8F87F: hue angle of 91.74º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8F87F is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 248 | 127 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.03 |
| HSL | 91.74º | 0.9% | 0.74% | - |
| HSV(B) | 91.74º | 0.49% | 0.97% | - |
| XYZ | 57.17 | 78.86 | 32.29 | - |
| YUV | 215.07 | 78.3 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 248 | 127 | 0.26 | 0 | 0.49 | 0.03 | 91.74 | 0.9 | 0.74 |
| Hex | B8 | F8 | 7F | 1A | 0 | 31 | 3 | 5C | 5A | 4A |
| Octal | 270 | 370 | 177 | 32 | 0 | 61 | 3 | 134 | 132 | 112 |
| Binary | 10111000 | 11111000 | 1111111 | 11010 | 0 | 110001 | 11 | 1011100 | 1011010 | 1001010 |
Color Harmonies of #B8F87F
Complementary color
Monochromatic Colors of #B8F87F
Black with #B8F87F
Text Example
Text Example
White with #B8F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F87F; }
p { color: rgb(184,248,127); }
H1.HeaderClassName
{
color: #B8F87F;
}
.AnyTagClassName
{
color: #B8F87F;
}
</style>
background-color css
<style>
a { background-color: #B8F87F; }
a { background-color: rgb(184,248,127); }
div.DivClassName
{
background-color: #B8F87F;
}
.BgClassName
{
background-color: #B8F87F;
}
</style>
border-color css
<style>
span { border-color: #B8F87F; }
span { border-color: rgb(184,248,127); }
td.TdClassName
{
border-color: #B8F87F;
}
.TagClassName
{
border-color: #B8F87F;
}
</style>