Shades of Sulu #B0FF7E
Tints of Sulu #B0FF7E
RGB
CMYK
RGB Variations
Color information
#B0FF7E (or 0xB0FF7E) is known color: Sulu. HEX triplet: B0, FF and 7E. RGB value is (176,255,126). Sum of RGB (Red+Green+Blue) = 176+255+126=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF7E is #4F0081. Grayscale: #D9D9D9. Windows color (decimal): -5177474 or 8322992. OLE color: 8322992.
HSL color Cylindrical-coordinate representation of color #B0FF7E: hue angle of 96.74º 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 #B0FF7E is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 126 | - |
| CMYK | 0.31 | 0 | 0.51 | 0 |
| HSL | 96.74º | 1% | 0.75% | - |
| HSV(B) | 96.74º | 0.51% | 1% | - |
| XYZ | 57.43 | 82.26 | 32.59 | - |
| YUV | 216.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 126 | 0.31 | 0 | 0.51 | 0 | 96.74 | 1 | 0.75 |
| Hex | B0 | FF | 7E | 1F | 0 | 33 | 0 | 61 | 64 | 4B |
| Octal | 260 | 377 | 176 | 37 | 0 | 63 | 0 | 141 | 144 | 113 |
| Binary | 10110000 | 11111111 | 1111110 | 11111 | 0 | 110011 | 0 | 1100001 | 1100100 | 1001011 |
Color Harmonies of #B0FF7E
Complementary color
Monochromatic Colors of #B0FF7E
Black with #B0FF7E
Text Example
Text Example
White with #B0FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF7E; }
p { color: rgb(176,255,126); }
H1.HeaderClassName
{
color: #B0FF7E;
}
.AnyTagClassName
{
color: #B0FF7E;
}
</style>
background-color css
<style>
a { background-color: #B0FF7E; }
a { background-color: rgb(176,255,126); }
div.DivClassName
{
background-color: #B0FF7E;
}
.BgClassName
{
background-color: #B0FF7E;
}
</style>
border-color css
<style>
span { border-color: #B0FF7E; }
span { border-color: rgb(176,255,126); }
td.TdClassName
{
border-color: #B0FF7E;
}
.TagClassName
{
border-color: #B0FF7E;
}
</style>