Shades of Sulu #B2FF72
Tints of Sulu #B2FF72
RGB
CMYK
RGB Variations
Color information
#B2FF72 (or 0xB2FF72) is known color: Sulu. HEX triplet: B2, FF and 72. RGB value is (178,255,114). Sum of RGB (Red+Green+Blue) = 178+255+114=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF72 is #4D008D. Grayscale: #D8D8D8. Windows color (decimal): -5046414 or 7536562. OLE color: 7536562.
HSL color Cylindrical-coordinate representation of color #B2FF72: hue angle of 92.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2FF72 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 114 | - |
| CMYK | 0.30 | 0 | 0.55 | 0 |
| HSL | 92.77º | 1% | 0.72% | - |
| HSV(B) | 92.77º | 0.55% | 1% | - |
| XYZ | 57.16 | 82.2 | 28.77 | - |
| YUV | 215.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 114 | 0.30 | 0 | 0.55 | 0 | 92.77 | 1 | 0.72 |
| Hex | B2 | FF | 72 | 1E | 0 | 37 | 0 | 5D | 64 | 48 |
| Octal | 262 | 377 | 162 | 36 | 0 | 67 | 0 | 135 | 144 | 110 |
| Binary | 10110010 | 11111111 | 1110010 | 11110 | 0 | 110111 | 0 | 1011101 | 1100100 | 1001000 |
Color Harmonies of #B2FF72
Complementary color
Monochromatic Colors of #B2FF72
Black with #B2FF72
Text Example
Text Example
White with #B2FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF72; }
p { color: rgb(178,255,114); }
H1.HeaderClassName
{
color: #B2FF72;
}
.AnyTagClassName
{
color: #B2FF72;
}
</style>
background-color css
<style>
a { background-color: #B2FF72; }
a { background-color: rgb(178,255,114); }
div.DivClassName
{
background-color: #B2FF72;
}
.BgClassName
{
background-color: #B2FF72;
}
</style>
border-color css
<style>
span { border-color: #B2FF72; }
span { border-color: rgb(178,255,114); }
td.TdClassName
{
border-color: #B2FF72;
}
.TagClassName
{
border-color: #B2FF72;
}
</style>