Shades of Sulu #B0FF7C
Tints of Sulu #B0FF7C
RGB
CMYK
RGB Variations
Color information
#B0FF7C (or 0xB0FF7C) is known color: Sulu. HEX triplet: B0, FF and 7C. RGB value is (176,255,124). Sum of RGB (Red+Green+Blue) = 176+255+124=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF7C is #4F0083. Grayscale: #D8D8D8. Windows color (decimal): -5177476 or 8191920. OLE color: 8191920.
HSL color Cylindrical-coordinate representation of color #B0FF7C: hue angle of 96.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0FF7C is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 124 | - |
| CMYK | 0.31 | 0 | 0.51 | 0 |
| HSL | 96.18º | 1% | 0.74% | - |
| HSV(B) | 96.18º | 0.51% | 1% | - |
| XYZ | 57.3 | 82.21 | 31.92 | - |
| YUV | 216.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 124 | 0.31 | 0 | 0.51 | 0 | 96.18 | 1 | 0.74 |
| Hex | B0 | FF | 7C | 1F | 0 | 33 | 0 | 60 | 64 | 4A |
| Octal | 260 | 377 | 174 | 37 | 0 | 63 | 0 | 140 | 144 | 112 |
| Binary | 10110000 | 11111111 | 1111100 | 11111 | 0 | 110011 | 0 | 1100000 | 1100100 | 1001010 |
Color Harmonies of #B0FF7C
Complementary color
Monochromatic Colors of #B0FF7C
Black with #B0FF7C
Text Example
Text Example
White with #B0FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF7C; }
p { color: rgb(176,255,124); }
H1.HeaderClassName
{
color: #B0FF7C;
}
.AnyTagClassName
{
color: #B0FF7C;
}
</style>
background-color css
<style>
a { background-color: #B0FF7C; }
a { background-color: rgb(176,255,124); }
div.DivClassName
{
background-color: #B0FF7C;
}
.BgClassName
{
background-color: #B0FF7C;
}
</style>
border-color css
<style>
span { border-color: #B0FF7C; }
span { border-color: rgb(176,255,124); }
td.TdClassName
{
border-color: #B0FF7C;
}
.TagClassName
{
border-color: #B0FF7C;
}
</style>