Shades of Sulu #B8F086
Tints of Sulu #B8F086
RGB
CMYK
RGB Variations
Color information
#B8F086 (or 0xB8F086) is known color: Sulu. HEX triplet: B8, F0 and 86. RGB value is (184,240,134). Sum of RGB (Red+Green+Blue) = 184+240+134=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F086 is #470F79. Grayscale: #D3D3D3. Windows color (decimal): -4657018 or 8843448. OLE color: 8843448.
HSL color Cylindrical-coordinate representation of color #B8F086: hue angle of 91.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8F086 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 134 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.06 |
| HSL | 91.7º | 0.78% | 0.73% | - |
| HSV(B) | 91.7º | 0.44% | 0.94% | - |
| XYZ | 55.23 | 74.23 | 33.97 | - |
| YUV | 211.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 134 | 0.23 | 0 | 0.44 | 0.06 | 91.7 | 0.78 | 0.73 |
| Hex | B8 | F0 | 86 | 17 | 0 | 2C | 6 | 5C | 4E | 49 |
| Octal | 270 | 360 | 206 | 27 | 0 | 54 | 6 | 134 | 116 | 111 |
| Binary | 10111000 | 11110000 | 10000110 | 10111 | 0 | 101100 | 110 | 1011100 | 1001110 | 1001001 |
Color Harmonies of #B8F086
Complementary color
Monochromatic Colors of #B8F086
Black with #B8F086
Text Example
Text Example
White with #B8F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F086; }
p { color: rgb(184,240,134); }
H1.HeaderClassName
{
color: #B8F086;
}
.AnyTagClassName
{
color: #B8F086;
}
</style>
background-color css
<style>
a { background-color: #B8F086; }
a { background-color: rgb(184,240,134); }
div.DivClassName
{
background-color: #B8F086;
}
.BgClassName
{
background-color: #B8F086;
}
</style>
border-color css
<style>
span { border-color: #B8F086; }
span { border-color: rgb(184,240,134); }
td.TdClassName
{
border-color: #B8F086;
}
.TagClassName
{
border-color: #B8F086;
}
</style>