Shades of Sulu #B0F86D
Tints of Sulu #B0F86D
RGB
CMYK
RGB Variations
Color information
#B0F86D (or 0xB0F86D) is known color: Sulu. HEX triplet: B0, F8 and 6D. RGB value is (176,248,109). Sum of RGB (Red+Green+Blue) = 176+248+109=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F86D is #4F0792. Grayscale: #D3D3D3. Windows color (decimal): -5179283 or 7207088. OLE color: 7207088.
HSL color Cylindrical-coordinate representation of color #B0F86D: hue angle of 91.08º 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 #B0F86D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 109 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.03 |
| HSL | 91.08º | 0.91% | 0.7% | - |
| HSV(B) | 91.08º | 0.56% | 0.97% | - |
| XYZ | 54.23 | 77.47 | 26.56 | - |
| YUV | 210.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 109 | 0.29 | 0 | 0.56 | 0.03 | 91.08 | 0.91 | 0.7 |
| Hex | B0 | F8 | 6D | 1D | 0 | 38 | 3 | 5B | 5B | 46 |
| Octal | 260 | 370 | 155 | 35 | 0 | 70 | 3 | 133 | 133 | 106 |
| Binary | 10110000 | 11111000 | 1101101 | 11101 | 0 | 111000 | 11 | 1011011 | 1011011 | 1000110 |
Color Harmonies of #B0F86D
Complementary color
Monochromatic Colors of #B0F86D
Black with #B0F86D
Text Example
Text Example
White with #B0F86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F86D; }
p { color: rgb(176,248,109); }
H1.HeaderClassName
{
color: #B0F86D;
}
.AnyTagClassName
{
color: #B0F86D;
}
</style>
background-color css
<style>
a { background-color: #B0F86D; }
a { background-color: rgb(176,248,109); }
div.DivClassName
{
background-color: #B0F86D;
}
.BgClassName
{
background-color: #B0F86D;
}
</style>
border-color css
<style>
span { border-color: #B0F86D; }
span { border-color: rgb(176,248,109); }
td.TdClassName
{
border-color: #B0F86D;
}
.TagClassName
{
border-color: #B0F86D;
}
</style>