Shades of Sulu #B8FA84
Tints of Sulu #B8FA84
RGB
CMYK
RGB Variations
Color information
#B8FA84 (or 0xB8FA84) is known color: Sulu. HEX triplet: B8, FA and 84. RGB value is (184,250,132). Sum of RGB (Red+Green+Blue) = 184+250+132=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FA84 is #47057B. Grayscale: #D9D9D9. Windows color (decimal): -4654460 or 8714936. OLE color: 8714936.
HSL color Cylindrical-coordinate representation of color #B8FA84: hue angle of 93.56º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8FA84 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 132 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.02 |
| HSL | 93.56º | 0.92% | 0.75% | - |
| HSV(B) | 93.56º | 0.47% | 0.98% | - |
| XYZ | 58.12 | 80.23 | 34.25 | - |
| YUV | 216.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 132 | 0.26 | 0 | 0.47 | 0.02 | 93.56 | 0.92 | 0.75 |
| Hex | B8 | FA | 84 | 1A | 0 | 2F | 2 | 5E | 5C | 4B |
| Octal | 270 | 372 | 204 | 32 | 0 | 57 | 2 | 136 | 134 | 113 |
| Binary | 10111000 | 11111010 | 10000100 | 11010 | 0 | 101111 | 10 | 1011110 | 1011100 | 1001011 |
Color Harmonies of #B8FA84
Complementary color
Monochromatic Colors of #B8FA84
Black with #B8FA84
Text Example
Text Example
White with #B8FA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA84; }
p { color: rgb(184,250,132); }
H1.HeaderClassName
{
color: #B8FA84;
}
.AnyTagClassName
{
color: #B8FA84;
}
</style>
background-color css
<style>
a { background-color: #B8FA84; }
a { background-color: rgb(184,250,132); }
div.DivClassName
{
background-color: #B8FA84;
}
.BgClassName
{
background-color: #B8FA84;
}
</style>
border-color css
<style>
span { border-color: #B8FA84; }
span { border-color: rgb(184,250,132); }
td.TdClassName
{
border-color: #B8FA84;
}
.TagClassName
{
border-color: #B8FA84;
}
</style>