Shades of Sulu #B8F586
Tints of Sulu #B8F586
RGB
CMYK
RGB Variations
Color information
#B8F586 (or 0xB8F586) is known color: Sulu. HEX triplet: B8, F5 and 86. RGB value is (184,245,134). Sum of RGB (Red+Green+Blue) = 184+245+134=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F586 is #470A79. Grayscale: #D6D6D6. Windows color (decimal): -4655738 or 8844728. OLE color: 8844728.
HSL color Cylindrical-coordinate representation of color #B8F586: hue angle of 92.97º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8F586 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 134 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.04 |
| HSL | 92.97º | 0.85% | 0.74% | - |
| HSV(B) | 92.97º | 0.45% | 0.96% | - |
| XYZ | 56.72 | 77.22 | 34.47 | - |
| YUV | 214.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 134 | 0.25 | 0 | 0.45 | 0.04 | 92.97 | 0.85 | 0.74 |
| Hex | B8 | F5 | 86 | 19 | 0 | 2D | 4 | 5D | 55 | 4A |
| Octal | 270 | 365 | 206 | 31 | 0 | 55 | 4 | 135 | 125 | 112 |
| Binary | 10111000 | 11110101 | 10000110 | 11001 | 0 | 101101 | 100 | 1011101 | 1010101 | 1001010 |
Color Harmonies of #B8F586
Complementary color
Monochromatic Colors of #B8F586
Black with #B8F586
Text Example
Text Example
White with #B8F586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F586; }
p { color: rgb(184,245,134); }
H1.HeaderClassName
{
color: #B8F586;
}
.AnyTagClassName
{
color: #B8F586;
}
</style>
background-color css
<style>
a { background-color: #B8F586; }
a { background-color: rgb(184,245,134); }
div.DivClassName
{
background-color: #B8F586;
}
.BgClassName
{
background-color: #B8F586;
}
</style>
border-color css
<style>
span { border-color: #B8F586; }
span { border-color: rgb(184,245,134); }
td.TdClassName
{
border-color: #B8F586;
}
.TagClassName
{
border-color: #B8F586;
}
</style>