Shades of Sulu #B2F57F
Tints of Sulu #B2F57F
RGB
CMYK
RGB Variations
Color information
#B2F57F (or 0xB2F57F) is known color: Sulu. HEX triplet: B2, F5 and 7F. RGB value is (178,245,127). Sum of RGB (Red+Green+Blue) = 178+245+127=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F57F is #4D0A80. Grayscale: #D3D3D3. Windows color (decimal): -5048961 or 8385970. OLE color: 8385970.
HSL color Cylindrical-coordinate representation of color #B2F57F: hue angle of 94.07º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F57F is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 127 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.04 |
| HSL | 94.07º | 0.86% | 0.73% | - |
| HSV(B) | 94.07º | 0.48% | 0.96% | - |
| XYZ | 54.84 | 76.3 | 31.92 | - |
| YUV | 211.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 127 | 0.27 | 0 | 0.48 | 0.04 | 94.07 | 0.86 | 0.73 |
| Hex | B2 | F5 | 7F | 1B | 0 | 30 | 4 | 5E | 56 | 49 |
| Octal | 262 | 365 | 177 | 33 | 0 | 60 | 4 | 136 | 126 | 111 |
| Binary | 10110010 | 11110101 | 1111111 | 11011 | 0 | 110000 | 100 | 1011110 | 1010110 | 1001001 |
Color Harmonies of #B2F57F
Complementary color
Monochromatic Colors of #B2F57F
Black with #B2F57F
Text Example
Text Example
White with #B2F57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F57F; }
p { color: rgb(178,245,127); }
H1.HeaderClassName
{
color: #B2F57F;
}
.AnyTagClassName
{
color: #B2F57F;
}
</style>
background-color css
<style>
a { background-color: #B2F57F; }
a { background-color: rgb(178,245,127); }
div.DivClassName
{
background-color: #B2F57F;
}
.BgClassName
{
background-color: #B2F57F;
}
</style>
border-color css
<style>
span { border-color: #B2F57F; }
span { border-color: rgb(178,245,127); }
td.TdClassName
{
border-color: #B2F57F;
}
.TagClassName
{
border-color: #B2F57F;
}
</style>