Shades of Sulu #B9FF7E
Tints of Sulu #B9FF7E
RGB
CMYK
RGB Variations
Color information
#B9FF7E (or 0xB9FF7E) is known color: Sulu. HEX triplet: B9, FF and 7E. RGB value is (185,255,126). Sum of RGB (Red+Green+Blue) = 185+255+126=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF7E is #460081. Grayscale: #DBDBDB. Windows color (decimal): -4587650 or 8323001. OLE color: 8323001.
HSL color Cylindrical-coordinate representation of color #B9FF7E: hue angle of 92.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9FF7E is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 126 | - |
| CMYK | 0.27 | 0 | 0.51 | 0 |
| HSL | 92.56º | 1% | 0.75% | - |
| HSV(B) | 92.56º | 0.51% | 1% | - |
| XYZ | 59.53 | 83.34 | 32.69 | - |
| YUV | 219.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 126 | 0.27 | 0 | 0.51 | 0 | 92.56 | 1 | 0.75 |
| Hex | B9 | FF | 7E | 1B | 0 | 33 | 0 | 5D | 64 | 4B |
| Octal | 271 | 377 | 176 | 33 | 0 | 63 | 0 | 135 | 144 | 113 |
| Binary | 10111001 | 11111111 | 1111110 | 11011 | 0 | 110011 | 0 | 1011101 | 1100100 | 1001011 |
Color Harmonies of #B9FF7E
Complementary color
Monochromatic Colors of #B9FF7E
Black with #B9FF7E
Text Example
Text Example
White with #B9FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF7E; }
p { color: rgb(185,255,126); }
H1.HeaderClassName
{
color: #B9FF7E;
}
.AnyTagClassName
{
color: #B9FF7E;
}
</style>
background-color css
<style>
a { background-color: #B9FF7E; }
a { background-color: rgb(185,255,126); }
div.DivClassName
{
background-color: #B9FF7E;
}
.BgClassName
{
background-color: #B9FF7E;
}
</style>
border-color css
<style>
span { border-color: #B9FF7E; }
span { border-color: rgb(185,255,126); }
td.TdClassName
{
border-color: #B9FF7E;
}
.TagClassName
{
border-color: #B9FF7E;
}
</style>