Shades of Sulu #B9F57E
Tints of Sulu #B9F57E
RGB
CMYK
RGB Variations
Color information
#B9F57E (or 0xB9F57E) is known color: Sulu. HEX triplet: B9, F5 and 7E. RGB value is (185,245,126). Sum of RGB (Red+Green+Blue) = 185+245+126=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F57E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F57E is #460A81. Grayscale: #D5D5D5. Windows color (decimal): -4590210 or 8320441. OLE color: 8320441.
HSL color Cylindrical-coordinate representation of color #B9F57E: hue angle of 90.25º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9F57E is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 126 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.04 |
| HSL | 90.25º | 0.86% | 0.73% | - |
| HSV(B) | 90.25º | 0.49% | 0.96% | - |
| XYZ | 56.43 | 77.13 | 31.65 | - |
| YUV | 213.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 126 | 0.24 | 0 | 0.49 | 0.04 | 90.25 | 0.86 | 0.73 |
| Hex | B9 | F5 | 7E | 18 | 0 | 31 | 4 | 5A | 56 | 49 |
| Octal | 271 | 365 | 176 | 30 | 0 | 61 | 4 | 132 | 126 | 111 |
| Binary | 10111001 | 11110101 | 1111110 | 11000 | 0 | 110001 | 100 | 1011010 | 1010110 | 1001001 |
Color Harmonies of #B9F57E
Complementary color
Monochromatic Colors of #B9F57E
Black with #B9F57E
Text Example
Text Example
White with #B9F57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F57E; }
p { color: rgb(185,245,126); }
H1.HeaderClassName
{
color: #B9F57E;
}
.AnyTagClassName
{
color: #B9F57E;
}
</style>
background-color css
<style>
a { background-color: #B9F57E; }
a { background-color: rgb(185,245,126); }
div.DivClassName
{
background-color: #B9F57E;
}
.BgClassName
{
background-color: #B9F57E;
}
</style>
border-color css
<style>
span { border-color: #B9F57E; }
span { border-color: rgb(185,245,126); }
td.TdClassName
{
border-color: #B9F57E;
}
.TagClassName
{
border-color: #B9F57E;
}
</style>