Shades of Sulu #B9F18F
Tints of Sulu #B9F18F
RGB
CMYK
RGB Variations
Color information
#B9F18F (or 0xB9F18F) is known color: Sulu. HEX triplet: B9, F1 and 8F. RGB value is (185,241,143). Sum of RGB (Red+Green+Blue) = 185+241+143=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F18F is #460E70. Grayscale: #D5D5D5. Windows color (decimal): -4591217 or 9433529. OLE color: 9433529.
HSL color Cylindrical-coordinate representation of color #B9F18F: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9F18F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 143 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.05 |
| HSL | 94.29º | 0.78% | 0.75% | - |
| HSV(B) | 94.29º | 0.41% | 0.95% | - |
| XYZ | 56.42 | 75.21 | 37.53 | - |
| YUV | 213.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 143 | 0.23 | 0 | 0.41 | 0.05 | 94.29 | 0.78 | 0.75 |
| Hex | B9 | F1 | 8F | 17 | 0 | 29 | 5 | 5E | 4E | 4B |
| Octal | 271 | 361 | 217 | 27 | 0 | 51 | 5 | 136 | 116 | 113 |
| Binary | 10111001 | 11110001 | 10001111 | 10111 | 0 | 101001 | 101 | 1011110 | 1001110 | 1001011 |
Color Harmonies of #B9F18F
Complementary color
Monochromatic Colors of #B9F18F
Black with #B9F18F
Text Example
Text Example
White with #B9F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F18F; }
p { color: rgb(185,241,143); }
H1.HeaderClassName
{
color: #B9F18F;
}
.AnyTagClassName
{
color: #B9F18F;
}
</style>
background-color css
<style>
a { background-color: #B9F18F; }
a { background-color: rgb(185,241,143); }
div.DivClassName
{
background-color: #B9F18F;
}
.BgClassName
{
background-color: #B9F18F;
}
</style>
border-color css
<style>
span { border-color: #B9F18F; }
span { border-color: rgb(185,241,143); }
td.TdClassName
{
border-color: #B9F18F;
}
.TagClassName
{
border-color: #B9F18F;
}
</style>