Shades of Sulu #B2FF71
Tints of Sulu #B2FF71
RGB
CMYK
RGB Variations
Color information
#B2FF71 (or 0xB2FF71) is known color: Sulu. HEX triplet: B2, FF and 71. RGB value is (178,255,113). Sum of RGB (Red+Green+Blue) = 178+255+113=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF71 is #4D008E. Grayscale: #D8D8D8. Windows color (decimal): -5046415 or 7471026. OLE color: 7471026.
HSL color Cylindrical-coordinate representation of color #B2FF71: hue angle of 92.54º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2FF71 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 113 | - |
| CMYK | 0.30 | 0 | 0.56 | 0 |
| HSL | 92.54º | 1% | 0.72% | - |
| HSV(B) | 92.54º | 0.56% | 1% | - |
| XYZ | 57.1 | 82.18 | 28.48 | - |
| YUV | 215.79 | 69.99 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 113 | 0.30 | 0 | 0.56 | 0 | 92.54 | 1 | 0.72 |
| Hex | B2 | FF | 71 | 1E | 0 | 38 | 0 | 5D | 64 | 48 |
| Octal | 262 | 377 | 161 | 36 | 0 | 70 | 0 | 135 | 144 | 110 |
| Binary | 10110010 | 11111111 | 1110001 | 11110 | 0 | 111000 | 0 | 1011101 | 1100100 | 1001000 |
Color Harmonies of #B2FF71
Complementary color
Monochromatic Colors of #B2FF71
Black with #B2FF71
Text Example
Text Example
White with #B2FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF71; }
p { color: rgb(178,255,113); }
H1.HeaderClassName
{
color: #B2FF71;
}
.AnyTagClassName
{
color: #B2FF71;
}
</style>
background-color css
<style>
a { background-color: #B2FF71; }
a { background-color: rgb(178,255,113); }
div.DivClassName
{
background-color: #B2FF71;
}
.BgClassName
{
background-color: #B2FF71;
}
</style>
border-color css
<style>
span { border-color: #B2FF71; }
span { border-color: rgb(178,255,113); }
td.TdClassName
{
border-color: #B2FF71;
}
.TagClassName
{
border-color: #B2FF71;
}
</style>