Shades of Sulu #B8FA7E
Tints of Sulu #B8FA7E
RGB
CMYK
RGB Variations
Color information
#B8FA7E (or 0xB8FA7E) is known color: Sulu. HEX triplet: B8, FA and 7E. RGB value is (184,250,126). Sum of RGB (Red+Green+Blue) = 184+250+126=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA7E is #470581. Grayscale: #D8D8D8. Windows color (decimal): -4654466 or 8321720. OLE color: 8321720.
HSL color Cylindrical-coordinate representation of color #B8FA7E: hue angle of 91.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8FA7E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 126 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.02 |
| HSL | 91.94º | 0.93% | 0.74% | - |
| HSV(B) | 91.94º | 0.5% | 0.98% | - |
| XYZ | 57.72 | 80.07 | 32.15 | - |
| YUV | 216.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 126 | 0.26 | 0 | 0.50 | 0.02 | 91.94 | 0.93 | 0.74 |
| Hex | B8 | FA | 7E | 1A | 0 | 32 | 2 | 5C | 5D | 4A |
| Octal | 270 | 372 | 176 | 32 | 0 | 62 | 2 | 134 | 135 | 112 |
| Binary | 10111000 | 11111010 | 1111110 | 11010 | 0 | 110010 | 10 | 1011100 | 1011101 | 1001010 |
Color Harmonies of #B8FA7E
Complementary color
Monochromatic Colors of #B8FA7E
Black with #B8FA7E
Text Example
Text Example
White with #B8FA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA7E; }
p { color: rgb(184,250,126); }
H1.HeaderClassName
{
color: #B8FA7E;
}
.AnyTagClassName
{
color: #B8FA7E;
}
</style>
background-color css
<style>
a { background-color: #B8FA7E; }
a { background-color: rgb(184,250,126); }
div.DivClassName
{
background-color: #B8FA7E;
}
.BgClassName
{
background-color: #B8FA7E;
}
</style>
border-color css
<style>
span { border-color: #B8FA7E; }
span { border-color: rgb(184,250,126); }
td.TdClassName
{
border-color: #B8FA7E;
}
.TagClassName
{
border-color: #B8FA7E;
}
</style>