Shades of Sulu #B2F07F
Tints of Sulu #B2F07F
RGB
CMYK
RGB Variations
Color information
#B2F07F (or 0xB2F07F) is known color: Sulu. HEX triplet: B2, F0 and 7F. RGB value is (178,240,127). Sum of RGB (Red+Green+Blue) = 178+240+127=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F07F is #4D0F80. Grayscale: #D0D0D0. Windows color (decimal): -5050241 or 8384690. OLE color: 8384690.
HSL color Cylindrical-coordinate representation of color #B2F07F: hue angle of 92.92º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F07F is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 127 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.06 |
| HSL | 92.92º | 0.79% | 0.72% | - |
| HSV(B) | 92.92º | 0.47% | 0.94% | - |
| XYZ | 53.35 | 73.32 | 31.42 | - |
| YUV | 208.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 127 | 0.26 | 0 | 0.47 | 0.06 | 92.92 | 0.79 | 0.72 |
| Hex | B2 | F0 | 7F | 1A | 0 | 2F | 6 | 5D | 4F | 48 |
| Octal | 262 | 360 | 177 | 32 | 0 | 57 | 6 | 135 | 117 | 110 |
| Binary | 10110010 | 11110000 | 1111111 | 11010 | 0 | 101111 | 110 | 1011101 | 1001111 | 1001000 |
Color Harmonies of #B2F07F
Complementary color
Monochromatic Colors of #B2F07F
Black with #B2F07F
Text Example
Text Example
White with #B2F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F07F; }
p { color: rgb(178,240,127); }
H1.HeaderClassName
{
color: #B2F07F;
}
.AnyTagClassName
{
color: #B2F07F;
}
</style>
background-color css
<style>
a { background-color: #B2F07F; }
a { background-color: rgb(178,240,127); }
div.DivClassName
{
background-color: #B2F07F;
}
.BgClassName
{
background-color: #B2F07F;
}
</style>
border-color css
<style>
span { border-color: #B2F07F; }
span { border-color: rgb(178,240,127); }
td.TdClassName
{
border-color: #B2F07F;
}
.TagClassName
{
border-color: #B2F07F;
}
</style>