Shades of Sulu #B8F86D
Tints of Sulu #B8F86D
RGB
CMYK
RGB Variations
Color information
#B8F86D (or 0xB8F86D) is known color: Sulu. HEX triplet: B8, F8 and 6D. RGB value is (184,248,109). Sum of RGB (Red+Green+Blue) = 184+248+109=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F86D is #470792. Grayscale: #D5D5D5. Windows color (decimal): -4654995 or 7207096. OLE color: 7207096.
HSL color Cylindrical-coordinate representation of color #B8F86D: hue angle of 87.63º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8F86D is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 248 | 109 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.03 |
| HSL | 87.63º | 0.91% | 0.7% | - |
| HSV(B) | 87.63º | 0.56% | 0.97% | - |
| XYZ | 56.09 | 78.43 | 26.65 | - |
| YUV | 213.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 248 | 109 | 0.26 | 0 | 0.56 | 0.03 | 87.63 | 0.91 | 0.7 |
| Hex | B8 | F8 | 6D | 1A | 0 | 38 | 3 | 58 | 5B | 46 |
| Octal | 270 | 370 | 155 | 32 | 0 | 70 | 3 | 130 | 133 | 106 |
| Binary | 10111000 | 11111000 | 1101101 | 11010 | 0 | 111000 | 11 | 1011000 | 1011011 | 1000110 |
Color Harmonies of #B8F86D
Complementary color
Monochromatic Colors of #B8F86D
Black with #B8F86D
Text Example
Text Example
White with #B8F86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F86D; }
p { color: rgb(184,248,109); }
H1.HeaderClassName
{
color: #B8F86D;
}
.AnyTagClassName
{
color: #B8F86D;
}
</style>
background-color css
<style>
a { background-color: #B8F86D; }
a { background-color: rgb(184,248,109); }
div.DivClassName
{
background-color: #B8F86D;
}
.BgClassName
{
background-color: #B8F86D;
}
</style>
border-color css
<style>
span { border-color: #B8F86D; }
span { border-color: rgb(184,248,109); }
td.TdClassName
{
border-color: #B8F86D;
}
.TagClassName
{
border-color: #B8F86D;
}
</style>