Shades of Sulu #B5F271
Tints of Sulu #B5F271
RGB
CMYK
RGB Variations
Color information
#B5F271 (or 0xB5F271) is known color: Sulu. HEX triplet: B5, F2 and 71. RGB value is (181,242,113). Sum of RGB (Red+Green+Blue) = 181+242+113=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F271 is #4A0D8E. Grayscale: #D1D1D1. Windows color (decimal): -4853135 or 7467701. OLE color: 7467701.
HSL color Cylindrical-coordinate representation of color #B5F271: hue angle of 88.37º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5F271 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 113 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.05 |
| HSL | 88.37º | 0.83% | 0.7% | - |
| HSV(B) | 88.37º | 0.53% | 0.95% | - |
| XYZ | 53.79 | 74.52 | 27.17 | - |
| YUV | 209.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 113 | 0.25 | 0 | 0.53 | 0.05 | 88.37 | 0.83 | 0.7 |
| Hex | B5 | F2 | 71 | 19 | 0 | 35 | 5 | 58 | 53 | 46 |
| Octal | 265 | 362 | 161 | 31 | 0 | 65 | 5 | 130 | 123 | 106 |
| Binary | 10110101 | 11110010 | 1110001 | 11001 | 0 | 110101 | 101 | 1011000 | 1010011 | 1000110 |
Color Harmonies of #B5F271
Complementary color
Monochromatic Colors of #B5F271
Black with #B5F271
Text Example
Text Example
White with #B5F271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F271; }
p { color: rgb(181,242,113); }
H1.HeaderClassName
{
color: #B5F271;
}
.AnyTagClassName
{
color: #B5F271;
}
</style>
background-color css
<style>
a { background-color: #B5F271; }
a { background-color: rgb(181,242,113); }
div.DivClassName
{
background-color: #B5F271;
}
.BgClassName
{
background-color: #B5F271;
}
</style>
border-color css
<style>
span { border-color: #B5F271; }
span { border-color: rgb(181,242,113); }
td.TdClassName
{
border-color: #B5F271;
}
.TagClassName
{
border-color: #B5F271;
}
</style>