Shades of Sulu #B5F482
Tints of Sulu #B5F482
RGB
CMYK
RGB Variations
Color information
#B5F482 (or 0xB5F482) is known color: Sulu. HEX triplet: B5, F4 and 82. RGB value is (181,244,130). Sum of RGB (Red+Green+Blue) = 181+244+130=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F482 is #4A0B7D. Grayscale: #D4D4D4. Windows color (decimal): -4852606 or 8582325. OLE color: 8582325.
HSL color Cylindrical-coordinate representation of color #B5F482: hue angle of 93.16º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5F482 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 244 | 130 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.04 |
| HSL | 93.16º | 0.84% | 0.73% | - |
| HSV(B) | 93.16º | 0.47% | 0.96% | - |
| XYZ | 55.44 | 76.14 | 32.89 | - |
| YUV | 212.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 244 | 130 | 0.26 | 0 | 0.47 | 0.04 | 93.16 | 0.84 | 0.73 |
| Hex | B5 | F4 | 82 | 1A | 0 | 2F | 4 | 5D | 54 | 49 |
| Octal | 265 | 364 | 202 | 32 | 0 | 57 | 4 | 135 | 124 | 111 |
| Binary | 10110101 | 11110100 | 10000010 | 11010 | 0 | 101111 | 100 | 1011101 | 1010100 | 1001001 |
Color Harmonies of #B5F482
Complementary color
Monochromatic Colors of #B5F482
Black with #B5F482
Text Example
Text Example
White with #B5F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F482; }
p { color: rgb(181,244,130); }
H1.HeaderClassName
{
color: #B5F482;
}
.AnyTagClassName
{
color: #B5F482;
}
</style>
background-color css
<style>
a { background-color: #B5F482; }
a { background-color: rgb(181,244,130); }
div.DivClassName
{
background-color: #B5F482;
}
.BgClassName
{
background-color: #B5F482;
}
</style>
border-color css
<style>
span { border-color: #B5F482; }
span { border-color: rgb(181,244,130); }
td.TdClassName
{
border-color: #B5F482;
}
.TagClassName
{
border-color: #B5F482;
}
</style>