Shades of Sulu #B8FA7A
Tints of Sulu #B8FA7A
RGB
CMYK
RGB Variations
Color information
#B8FA7A (or 0xB8FA7A) is known color: Sulu. HEX triplet: B8, FA and 7A. RGB value is (184,250,122). Sum of RGB (Red+Green+Blue) = 184+250+122=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA7A is #470585. Grayscale: #D8D8D8. Windows color (decimal): -4654470 or 8059576. OLE color: 8059576.
HSL color Cylindrical-coordinate representation of color #B8FA7A: hue angle of 90.94º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8FA7A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 122 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.02 |
| HSL | 90.94º | 0.93% | 0.73% | - |
| HSV(B) | 90.94º | 0.51% | 0.98% | - |
| XYZ | 57.47 | 79.97 | 30.82 | - |
| YUV | 215.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 122 | 0.26 | 0 | 0.51 | 0.02 | 90.94 | 0.93 | 0.73 |
| Hex | B8 | FA | 7A | 1A | 0 | 33 | 2 | 5B | 5D | 49 |
| Octal | 270 | 372 | 172 | 32 | 0 | 63 | 2 | 133 | 135 | 111 |
| Binary | 10111000 | 11111010 | 1111010 | 11010 | 0 | 110011 | 10 | 1011011 | 1011101 | 1001001 |
Color Harmonies of #B8FA7A
Complementary color
Monochromatic Colors of #B8FA7A
Black with #B8FA7A
Text Example
Text Example
White with #B8FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA7A; }
p { color: rgb(184,250,122); }
H1.HeaderClassName
{
color: #B8FA7A;
}
.AnyTagClassName
{
color: #B8FA7A;
}
</style>
background-color css
<style>
a { background-color: #B8FA7A; }
a { background-color: rgb(184,250,122); }
div.DivClassName
{
background-color: #B8FA7A;
}
.BgClassName
{
background-color: #B8FA7A;
}
</style>
border-color css
<style>
span { border-color: #B8FA7A; }
span { border-color: rgb(184,250,122); }
td.TdClassName
{
border-color: #B8FA7A;
}
.TagClassName
{
border-color: #B8FA7A;
}
</style>