Shades of Sulu #B8F76E
Tints of Sulu #B8F76E
RGB
CMYK
RGB Variations
Color information
#B8F76E (or 0xB8F76E) is known color: Sulu. HEX triplet: B8, F7 and 6E. RGB value is (184,247,110). Sum of RGB (Red+Green+Blue) = 184+247+110=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F76E is #470891. Grayscale: #D5D5D5. Windows color (decimal): -4655250 or 7272376. OLE color: 7272376.
HSL color Cylindrical-coordinate representation of color #B8F76E: hue angle of 87.59º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8F76E is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 110 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.03 |
| HSL | 87.59º | 0.9% | 0.7% | - |
| HSV(B) | 87.59º | 0.55% | 0.97% | - |
| XYZ | 55.84 | 77.84 | 26.83 | - |
| YUV | 212.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 110 | 0.26 | 0 | 0.55 | 0.03 | 87.59 | 0.9 | 0.7 |
| Hex | B8 | F7 | 6E | 1A | 0 | 37 | 3 | 58 | 5A | 46 |
| Octal | 270 | 367 | 156 | 32 | 0 | 67 | 3 | 130 | 132 | 106 |
| Binary | 10111000 | 11110111 | 1101110 | 11010 | 0 | 110111 | 11 | 1011000 | 1011010 | 1000110 |
Color Harmonies of #B8F76E
Complementary color
Monochromatic Colors of #B8F76E
Black with #B8F76E
Text Example
Text Example
White with #B8F76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F76E; }
p { color: rgb(184,247,110); }
H1.HeaderClassName
{
color: #B8F76E;
}
.AnyTagClassName
{
color: #B8F76E;
}
</style>
background-color css
<style>
a { background-color: #B8F76E; }
a { background-color: rgb(184,247,110); }
div.DivClassName
{
background-color: #B8F76E;
}
.BgClassName
{
background-color: #B8F76E;
}
</style>
border-color css
<style>
span { border-color: #B8F76E; }
span { border-color: rgb(184,247,110); }
td.TdClassName
{
border-color: #B8F76E;
}
.TagClassName
{
border-color: #B8F76E;
}
</style>