Shades of Sulu #B9F17C
Tints of Sulu #B9F17C
RGB
CMYK
RGB Variations
Color information
#B9F17C (or 0xB9F17C) is known color: Sulu. HEX triplet: B9, F1 and 7C. RGB value is (185,241,124). Sum of RGB (Red+Green+Blue) = 185+241+124=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F17C is #460E83. Grayscale: #D3D3D3. Windows color (decimal): -4591236 or 8188345. OLE color: 8188345.
HSL color Cylindrical-coordinate representation of color #B9F17C: hue angle of 88.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9F17C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 124 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.05 |
| HSL | 88.72º | 0.81% | 0.72% | - |
| HSV(B) | 88.72º | 0.49% | 0.95% | - |
| XYZ | 55.1 | 74.68 | 30.58 | - |
| YUV | 210.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 124 | 0.23 | 0 | 0.49 | 0.05 | 88.72 | 0.81 | 0.72 |
| Hex | B9 | F1 | 7C | 17 | 0 | 31 | 5 | 59 | 51 | 48 |
| Octal | 271 | 361 | 174 | 27 | 0 | 61 | 5 | 131 | 121 | 110 |
| Binary | 10111001 | 11110001 | 1111100 | 10111 | 0 | 110001 | 101 | 1011001 | 1010001 | 1001000 |
Color Harmonies of #B9F17C
Complementary color
Monochromatic Colors of #B9F17C
Black with #B9F17C
Text Example
Text Example
White with #B9F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F17C; }
p { color: rgb(185,241,124); }
H1.HeaderClassName
{
color: #B9F17C;
}
.AnyTagClassName
{
color: #B9F17C;
}
</style>
background-color css
<style>
a { background-color: #B9F17C; }
a { background-color: rgb(185,241,124); }
div.DivClassName
{
background-color: #B9F17C;
}
.BgClassName
{
background-color: #B9F17C;
}
</style>
border-color css
<style>
span { border-color: #B9F17C; }
span { border-color: rgb(185,241,124); }
td.TdClassName
{
border-color: #B9F17C;
}
.TagClassName
{
border-color: #B9F17C;
}
</style>