Shades of Sulu #B8F070
Tints of Sulu #B8F070
RGB
CMYK
RGB Variations
Color information
#B8F070 (or 0xB8F070) is known color: Sulu. HEX triplet: B8, F0 and 70. RGB value is (184,240,112). Sum of RGB (Red+Green+Blue) = 184+240+112=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F070 is #470F8F. Grayscale: #D1D1D1. Windows color (decimal): -4657040 or 7401656. OLE color: 7401656.
HSL color Cylindrical-coordinate representation of color #B8F070: hue angle of 86.25º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8F070 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 112 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.06 |
| HSL | 86.25º | 0.81% | 0.69% | - |
| HSV(B) | 86.25º | 0.53% | 0.94% | - |
| XYZ | 53.85 | 73.68 | 26.71 | - |
| YUV | 208.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 112 | 0.23 | 0 | 0.53 | 0.06 | 86.25 | 0.81 | 0.69 |
| Hex | B8 | F0 | 70 | 17 | 0 | 35 | 6 | 56 | 51 | 45 |
| Octal | 270 | 360 | 160 | 27 | 0 | 65 | 6 | 126 | 121 | 105 |
| Binary | 10111000 | 11110000 | 1110000 | 10111 | 0 | 110101 | 110 | 1010110 | 1010001 | 1000101 |
Color Harmonies of #B8F070
Complementary color
Monochromatic Colors of #B8F070
Black with #B8F070
Text Example
Text Example
White with #B8F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F070; }
p { color: rgb(184,240,112); }
H1.HeaderClassName
{
color: #B8F070;
}
.AnyTagClassName
{
color: #B8F070;
}
</style>
background-color css
<style>
a { background-color: #B8F070; }
a { background-color: rgb(184,240,112); }
div.DivClassName
{
background-color: #B8F070;
}
.BgClassName
{
background-color: #B8F070;
}
</style>
border-color css
<style>
span { border-color: #B8F070; }
span { border-color: rgb(184,240,112); }
td.TdClassName
{
border-color: #B8F070;
}
.TagClassName
{
border-color: #B8F070;
}
</style>