Shades of Sulu #B0FE78
Tints of Sulu #B0FE78
RGB
CMYK
RGB Variations
Color information
#B0FE78 (or 0xB0FE78) is known color: Sulu. HEX triplet: B0, FE and 78. RGB value is (176,254,120). Sum of RGB (Red+Green+Blue) = 176+254+120=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE78 is #4F0187. Grayscale: #D7D7D7. Windows color (decimal): -5177736 or 7929520. OLE color: 7929520.
HSL color Cylindrical-coordinate representation of color #B0FE78: hue angle of 94.93º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0FE78 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 120 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.00 |
| HSL | 94.93º | 0.99% | 0.73% | - |
| HSV(B) | 94.93º | 0.53% | 1% | - |
| XYZ | 56.74 | 81.47 | 30.5 | - |
| YUV | 215.4 | 74.16 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 120 | 0.31 | 0 | 0.53 | 0.00 | 94.93 | 0.99 | 0.73 |
| Hex | B0 | FE | 78 | 1F | 0 | 35 | 0 | 5F | 63 | 49 |
| Octal | 260 | 376 | 170 | 37 | 0 | 65 | 0 | 137 | 143 | 111 |
| Binary | 10110000 | 11111110 | 1111000 | 11111 | 0 | 110101 | 0 | 1011111 | 1100011 | 1001001 |
Color Harmonies of #B0FE78
Complementary color
Monochromatic Colors of #B0FE78
Black with #B0FE78
Text Example
Text Example
White with #B0FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE78; }
p { color: rgb(176,254,120); }
H1.HeaderClassName
{
color: #B0FE78;
}
.AnyTagClassName
{
color: #B0FE78;
}
</style>
background-color css
<style>
a { background-color: #B0FE78; }
a { background-color: rgb(176,254,120); }
div.DivClassName
{
background-color: #B0FE78;
}
.BgClassName
{
background-color: #B0FE78;
}
</style>
border-color css
<style>
span { border-color: #B0FE78; }
span { border-color: rgb(176,254,120); }
td.TdClassName
{
border-color: #B0FE78;
}
.TagClassName
{
border-color: #B0FE78;
}
</style>