Shades of Sulu #B8F97C
Tints of Sulu #B8F97C
RGB
CMYK
RGB Variations
Color information
#B8F97C (or 0xB8F97C) is known color: Sulu. HEX triplet: B8, F9 and 7C. RGB value is (184,249,124). Sum of RGB (Red+Green+Blue) = 184+249+124=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F97C is #470683. Grayscale: #D7D7D7. Windows color (decimal): -4654724 or 8190392. OLE color: 8190392.
HSL color Cylindrical-coordinate representation of color #B8F97C: hue angle of 91.2º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8F97C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 124 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.02 |
| HSL | 91.2º | 0.91% | 0.73% | - |
| HSV(B) | 91.2º | 0.5% | 0.98% | - |
| XYZ | 57.28 | 79.4 | 31.37 | - |
| YUV | 215.32 | 76.47 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 124 | 0.26 | 0 | 0.50 | 0.02 | 91.2 | 0.91 | 0.73 |
| Hex | B8 | F9 | 7C | 1A | 0 | 32 | 2 | 5B | 5B | 49 |
| Octal | 270 | 371 | 174 | 32 | 0 | 62 | 2 | 133 | 133 | 111 |
| Binary | 10111000 | 11111001 | 1111100 | 11010 | 0 | 110010 | 10 | 1011011 | 1011011 | 1001001 |
Color Harmonies of #B8F97C
Complementary color
Monochromatic Colors of #B8F97C
Black with #B8F97C
Text Example
Text Example
White with #B8F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F97C; }
p { color: rgb(184,249,124); }
H1.HeaderClassName
{
color: #B8F97C;
}
.AnyTagClassName
{
color: #B8F97C;
}
</style>
background-color css
<style>
a { background-color: #B8F97C; }
a { background-color: rgb(184,249,124); }
div.DivClassName
{
background-color: #B8F97C;
}
.BgClassName
{
background-color: #B8F97C;
}
</style>
border-color css
<style>
span { border-color: #B8F97C; }
span { border-color: rgb(184,249,124); }
td.TdClassName
{
border-color: #B8F97C;
}
.TagClassName
{
border-color: #B8F97C;
}
</style>