Shades of Sulu #B0FE7E
Tints of Sulu #B0FE7E
RGB
CMYK
RGB Variations
Color information
#B0FE7E (or 0xB0FE7E) is known color: Sulu. HEX triplet: B0, FE and 7E. RGB value is (176,254,126). Sum of RGB (Red+Green+Blue) = 176+254+126=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE7E is #4F0181. Grayscale: #D8D8D8. Windows color (decimal): -5177730 or 8322736. OLE color: 8322736.
HSL color Cylindrical-coordinate representation of color #B0FE7E: hue angle of 96.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0FE7E is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 126 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.00 |
| HSL | 96.56º | 0.98% | 0.75% | - |
| HSV(B) | 96.56º | 0.5% | 1% | - |
| XYZ | 57.11 | 81.62 | 32.48 | - |
| YUV | 216.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 126 | 0.31 | 0 | 0.50 | 0.00 | 96.56 | 0.98 | 0.75 |
| Hex | B0 | FE | 7E | 1F | 0 | 32 | 0 | 61 | 62 | 4B |
| Octal | 260 | 376 | 176 | 37 | 0 | 62 | 0 | 141 | 142 | 113 |
| Binary | 10110000 | 11111110 | 1111110 | 11111 | 0 | 110010 | 0 | 1100001 | 1100010 | 1001011 |
Color Harmonies of #B0FE7E
Complementary color
Monochromatic Colors of #B0FE7E
Black with #B0FE7E
Text Example
Text Example
White with #B0FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE7E; }
p { color: rgb(176,254,126); }
H1.HeaderClassName
{
color: #B0FE7E;
}
.AnyTagClassName
{
color: #B0FE7E;
}
</style>
background-color css
<style>
a { background-color: #B0FE7E; }
a { background-color: rgb(176,254,126); }
div.DivClassName
{
background-color: #B0FE7E;
}
.BgClassName
{
background-color: #B0FE7E;
}
</style>
border-color css
<style>
span { border-color: #B0FE7E; }
span { border-color: rgb(176,254,126); }
td.TdClassName
{
border-color: #B0FE7E;
}
.TagClassName
{
border-color: #B0FE7E;
}
</style>