Shades of Sulu #B9FF71
Tints of Sulu #B9FF71
RGB
CMYK
RGB Variations
Color information
#B9FF71 (or 0xB9FF71) is known color: Sulu. HEX triplet: B9, FF and 71. RGB value is (185,255,113). Sum of RGB (Red+Green+Blue) = 185+255+113=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF71 is #46008E. Grayscale: #DADADA. Windows color (decimal): -4587663 or 7471033. OLE color: 7471033.
HSL color Cylindrical-coordinate representation of color #B9FF71: hue angle of 89.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9FF71 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 113 | - |
| CMYK | 0.27 | 0 | 0.56 | 0 |
| HSL | 89.58º | 1% | 0.72% | - |
| HSV(B) | 89.58º | 0.56% | 1% | - |
| XYZ | 58.75 | 83.03 | 28.55 | - |
| YUV | 217.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 113 | 0.27 | 0 | 0.56 | 0 | 89.58 | 1 | 0.72 |
| Hex | B9 | FF | 71 | 1B | 0 | 38 | 0 | 5A | 64 | 48 |
| Octal | 271 | 377 | 161 | 33 | 0 | 70 | 0 | 132 | 144 | 110 |
| Binary | 10111001 | 11111111 | 1110001 | 11011 | 0 | 111000 | 0 | 1011010 | 1100100 | 1001000 |
Color Harmonies of #B9FF71
Complementary color
Monochromatic Colors of #B9FF71
Black with #B9FF71
Text Example
Text Example
White with #B9FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF71; }
p { color: rgb(185,255,113); }
H1.HeaderClassName
{
color: #B9FF71;
}
.AnyTagClassName
{
color: #B9FF71;
}
</style>
background-color css
<style>
a { background-color: #B9FF71; }
a { background-color: rgb(185,255,113); }
div.DivClassName
{
background-color: #B9FF71;
}
.BgClassName
{
background-color: #B9FF71;
}
</style>
border-color css
<style>
span { border-color: #B9FF71; }
span { border-color: rgb(185,255,113); }
td.TdClassName
{
border-color: #B9FF71;
}
.TagClassName
{
border-color: #B9FF71;
}
</style>