Shades of Sulu #B8F386
Tints of Sulu #B8F386
RGB
CMYK
RGB Variations
Color information
#B8F386 (or 0xB8F386) is known color: Sulu. HEX triplet: B8, F3 and 86. RGB value is (184,243,134). Sum of RGB (Red+Green+Blue) = 184+243+134=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F386 is #470C79. Grayscale: #D5D5D5. Windows color (decimal): -4656250 or 8844216. OLE color: 8844216.
HSL color Cylindrical-coordinate representation of color #B8F386: hue angle of 92.48º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8F386 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 134 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.05 |
| HSL | 92.48º | 0.82% | 0.74% | - |
| HSV(B) | 92.48º | 0.45% | 0.95% | - |
| XYZ | 56.12 | 76.01 | 34.27 | - |
| YUV | 212.93 | 83.45 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 134 | 0.24 | 0 | 0.45 | 0.05 | 92.48 | 0.82 | 0.74 |
| Hex | B8 | F3 | 86 | 18 | 0 | 2D | 5 | 5C | 52 | 4A |
| Octal | 270 | 363 | 206 | 30 | 0 | 55 | 5 | 134 | 122 | 112 |
| Binary | 10111000 | 11110011 | 10000110 | 11000 | 0 | 101101 | 101 | 1011100 | 1010010 | 1001010 |
Color Harmonies of #B8F386
Complementary color
Monochromatic Colors of #B8F386
Black with #B8F386
Text Example
Text Example
White with #B8F386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F386; }
p { color: rgb(184,243,134); }
H1.HeaderClassName
{
color: #B8F386;
}
.AnyTagClassName
{
color: #B8F386;
}
</style>
background-color css
<style>
a { background-color: #B8F386; }
a { background-color: rgb(184,243,134); }
div.DivClassName
{
background-color: #B8F386;
}
.BgClassName
{
background-color: #B8F386;
}
</style>
border-color css
<style>
span { border-color: #B8F386; }
span { border-color: rgb(184,243,134); }
td.TdClassName
{
border-color: #B8F386;
}
.TagClassName
{
border-color: #B8F386;
}
</style>