Shades of Sulu #B8FE70
Tints of Sulu #B8FE70
RGB
CMYK
RGB Variations
Color information
#B8FE70 (or 0xB8FE70) is known color: Sulu. HEX triplet: B8, FE and 70. RGB value is (184,254,112). Sum of RGB (Red+Green+Blue) = 184+254+112=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FE70 is #47018F. Grayscale: #D9D9D9. Windows color (decimal): -4653456 or 7405240. OLE color: 7405240.
HSL color Cylindrical-coordinate representation of color #B8FE70: hue angle of 89.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8FE70 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 112 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.00 |
| HSL | 89.58º | 0.99% | 0.72% | - |
| HSV(B) | 89.58º | 0.56% | 1% | - |
| XYZ | 58.13 | 82.24 | 28.14 | - |
| YUV | 216.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 112 | 0.28 | 0 | 0.56 | 0.00 | 89.58 | 0.99 | 0.72 |
| Hex | B8 | FE | 70 | 1C | 0 | 38 | 0 | 5A | 63 | 48 |
| Octal | 270 | 376 | 160 | 34 | 0 | 70 | 0 | 132 | 143 | 110 |
| Binary | 10111000 | 11111110 | 1110000 | 11100 | 0 | 111000 | 0 | 1011010 | 1100011 | 1001000 |
Color Harmonies of #B8FE70
Complementary color
Monochromatic Colors of #B8FE70
Black with #B8FE70
Text Example
Text Example
White with #B8FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FE70; }
p { color: rgb(184,254,112); }
H1.HeaderClassName
{
color: #B8FE70;
}
.AnyTagClassName
{
color: #B8FE70;
}
</style>
background-color css
<style>
a { background-color: #B8FE70; }
a { background-color: rgb(184,254,112); }
div.DivClassName
{
background-color: #B8FE70;
}
.BgClassName
{
background-color: #B8FE70;
}
</style>
border-color css
<style>
span { border-color: #B8FE70; }
span { border-color: rgb(184,254,112); }
td.TdClassName
{
border-color: #B8FE70;
}
.TagClassName
{
border-color: #B8FE70;
}
</style>