Shades of Sulu #B5FE78
Tints of Sulu #B5FE78
RGB
CMYK
RGB Variations
Color information
#B5FE78 (or 0xB5FE78) is known color: Sulu. HEX triplet: B5, FE and 78. RGB value is (181,254,120). Sum of RGB (Red+Green+Blue) = 181+254+120=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FE78 is #4A0187. Grayscale: #D9D9D9. Windows color (decimal): -4850056 or 7929525. OLE color: 7929525.
HSL color Cylindrical-coordinate representation of color #B5FE78: hue angle of 92.69º 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 #B5FE78 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 120 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.00 |
| HSL | 92.69º | 0.99% | 0.73% | - |
| HSV(B) | 92.69º | 0.53% | 1% | - |
| XYZ | 57.89 | 82.06 | 30.56 | - |
| YUV | 216.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 120 | 0.29 | 0 | 0.53 | 0.00 | 92.69 | 0.99 | 0.73 |
| Hex | B5 | FE | 78 | 1D | 0 | 35 | 0 | 5D | 63 | 49 |
| Octal | 265 | 376 | 170 | 35 | 0 | 65 | 0 | 135 | 143 | 111 |
| Binary | 10110101 | 11111110 | 1111000 | 11101 | 0 | 110101 | 0 | 1011101 | 1100011 | 1001001 |
Color Harmonies of #B5FE78
Complementary color
Monochromatic Colors of #B5FE78
Black with #B5FE78
Text Example
Text Example
White with #B5FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE78; }
p { color: rgb(181,254,120); }
H1.HeaderClassName
{
color: #B5FE78;
}
.AnyTagClassName
{
color: #B5FE78;
}
</style>
background-color css
<style>
a { background-color: #B5FE78; }
a { background-color: rgb(181,254,120); }
div.DivClassName
{
background-color: #B5FE78;
}
.BgClassName
{
background-color: #B5FE78;
}
</style>
border-color css
<style>
span { border-color: #B5FE78; }
span { border-color: rgb(181,254,120); }
td.TdClassName
{
border-color: #B5FE78;
}
.TagClassName
{
border-color: #B5FE78;
}
</style>