Shades of Sulu #B9F47C
Tints of Sulu #B9F47C
RGB
CMYK
RGB Variations
Color information
#B9F47C (or 0xB9F47C) is known color: Sulu. HEX triplet: B9, F4 and 7C. RGB value is (185,244,124). Sum of RGB (Red+Green+Blue) = 185+244+124=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F47C is #460B83. Grayscale: #D5D5D5. Windows color (decimal): -4590468 or 8189113. OLE color: 8189113.
HSL color Cylindrical-coordinate representation of color #B9F47C: hue angle of 89.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9F47C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 244 | 124 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.04 |
| HSL | 89.5º | 0.85% | 0.72% | - |
| HSV(B) | 89.5º | 0.49% | 0.96% | - |
| XYZ | 56 | 76.47 | 30.88 | - |
| YUV | 212.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 244 | 124 | 0.24 | 0 | 0.49 | 0.04 | 89.5 | 0.85 | 0.72 |
| Hex | B9 | F4 | 7C | 18 | 0 | 31 | 4 | 5A | 55 | 48 |
| Octal | 271 | 364 | 174 | 30 | 0 | 61 | 4 | 132 | 125 | 110 |
| Binary | 10111001 | 11110100 | 1111100 | 11000 | 0 | 110001 | 100 | 1011010 | 1010101 | 1001000 |
Color Harmonies of #B9F47C
Complementary color
Monochromatic Colors of #B9F47C
Black with #B9F47C
Text Example
Text Example
White with #B9F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F47C; }
p { color: rgb(185,244,124); }
H1.HeaderClassName
{
color: #B9F47C;
}
.AnyTagClassName
{
color: #B9F47C;
}
</style>
background-color css
<style>
a { background-color: #B9F47C; }
a { background-color: rgb(185,244,124); }
div.DivClassName
{
background-color: #B9F47C;
}
.BgClassName
{
background-color: #B9F47C;
}
</style>
border-color css
<style>
span { border-color: #B9F47C; }
span { border-color: rgb(185,244,124); }
td.TdClassName
{
border-color: #B9F47C;
}
.TagClassName
{
border-color: #B9F47C;
}
</style>