Shades of Sulu #B9FF7A
Tints of Sulu #B9FF7A
RGB
CMYK
RGB Variations
Color information
#B9FF7A (or 0xB9FF7A) is known color: Sulu. HEX triplet: B9, FF and 7A. RGB value is (185,255,122). Sum of RGB (Red+Green+Blue) = 185+255+122=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF7A is #460085. Grayscale: #DBDBDB. Windows color (decimal): -4587654 or 8060857. OLE color: 8060857.
HSL color Cylindrical-coordinate representation of color #B9FF7A: hue angle of 91.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9FF7A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 122 | - |
| CMYK | 0.27 | 0 | 0.52 | 0 |
| HSL | 91.58º | 1% | 0.74% | - |
| HSV(B) | 91.58º | 0.52% | 1% | - |
| XYZ | 59.28 | 83.24 | 31.35 | - |
| YUV | 218.91 | 73.31 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 122 | 0.27 | 0 | 0.52 | 0 | 91.58 | 1 | 0.74 |
| Hex | B9 | FF | 7A | 1B | 0 | 34 | 0 | 5C | 64 | 4A |
| Octal | 271 | 377 | 172 | 33 | 0 | 64 | 0 | 134 | 144 | 112 |
| Binary | 10111001 | 11111111 | 1111010 | 11011 | 0 | 110100 | 0 | 1011100 | 1100100 | 1001010 |
Color Harmonies of #B9FF7A
Complementary color
Monochromatic Colors of #B9FF7A
Black with #B9FF7A
Text Example
Text Example
White with #B9FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF7A; }
p { color: rgb(185,255,122); }
H1.HeaderClassName
{
color: #B9FF7A;
}
.AnyTagClassName
{
color: #B9FF7A;
}
</style>
background-color css
<style>
a { background-color: #B9FF7A; }
a { background-color: rgb(185,255,122); }
div.DivClassName
{
background-color: #B9FF7A;
}
.BgClassName
{
background-color: #B9FF7A;
}
</style>
border-color css
<style>
span { border-color: #B9FF7A; }
span { border-color: rgb(185,255,122); }
td.TdClassName
{
border-color: #B9FF7A;
}
.TagClassName
{
border-color: #B9FF7A;
}
</style>