Shades of Sulu #B8FA72
Tints of Sulu #B8FA72
RGB
CMYK
RGB Variations
Color information
#B8FA72 (or 0xB8FA72) is known color: Sulu. HEX triplet: B8, FA and 72. RGB value is (184,250,114). Sum of RGB (Red+Green+Blue) = 184+250+114=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA72 is #47058D. Grayscale: #D7D7D7. Windows color (decimal): -4654478 or 7535288. OLE color: 7535288.
HSL color Cylindrical-coordinate representation of color #B8FA72: hue angle of 89.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8FA72 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 114 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.02 |
| HSL | 89.12º | 0.93% | 0.71% | - |
| HSV(B) | 89.12º | 0.54% | 0.98% | - |
| XYZ | 56.99 | 79.78 | 28.31 | - |
| YUV | 214.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 114 | 0.26 | 0 | 0.54 | 0.02 | 89.12 | 0.93 | 0.71 |
| Hex | B8 | FA | 72 | 1A | 0 | 36 | 2 | 59 | 5D | 47 |
| Octal | 270 | 372 | 162 | 32 | 0 | 66 | 2 | 131 | 135 | 107 |
| Binary | 10111000 | 11111010 | 1110010 | 11010 | 0 | 110110 | 10 | 1011001 | 1011101 | 1000111 |
Color Harmonies of #B8FA72
Complementary color
Monochromatic Colors of #B8FA72
Black with #B8FA72
Text Example
Text Example
White with #B8FA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA72; }
p { color: rgb(184,250,114); }
H1.HeaderClassName
{
color: #B8FA72;
}
.AnyTagClassName
{
color: #B8FA72;
}
</style>
background-color css
<style>
a { background-color: #B8FA72; }
a { background-color: rgb(184,250,114); }
div.DivClassName
{
background-color: #B8FA72;
}
.BgClassName
{
background-color: #B8FA72;
}
</style>
border-color css
<style>
span { border-color: #B8FA72; }
span { border-color: rgb(184,250,114); }
td.TdClassName
{
border-color: #B8FA72;
}
.TagClassName
{
border-color: #B8FA72;
}
</style>