Shades of Sulu #B2F56A
Tints of Sulu #B2F56A
RGB
CMYK
RGB Variations
Color information
#B2F56A (or 0xB2F56A) is known color: Sulu. HEX triplet: B2, F5 and 6A. RGB value is (178,245,106). Sum of RGB (Red+Green+Blue) = 178+245+106=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F56A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F56A is #4D0A95. Grayscale: #D1D1D1. Windows color (decimal): -5048982 or 7009714. OLE color: 7009714.
HSL color Cylindrical-coordinate representation of color #B2F56A: hue angle of 88.92º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2F56A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 106 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.04 |
| HSL | 88.92º | 0.87% | 0.69% | - |
| HSV(B) | 88.92º | 0.57% | 0.96% | - |
| XYZ | 53.61 | 75.81 | 25.44 | - |
| YUV | 209.12 | 69.8 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 106 | 0.27 | 0 | 0.57 | 0.04 | 88.92 | 0.87 | 0.69 |
| Hex | B2 | F5 | 6A | 1B | 0 | 39 | 4 | 59 | 57 | 45 |
| Octal | 262 | 365 | 152 | 33 | 0 | 71 | 4 | 131 | 127 | 105 |
| Binary | 10110010 | 11110101 | 1101010 | 11011 | 0 | 111001 | 100 | 1011001 | 1010111 | 1000101 |
Color Harmonies of #B2F56A
Complementary color
Monochromatic Colors of #B2F56A
Black with #B2F56A
Text Example
Text Example
White with #B2F56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F56A; }
p { color: rgb(178,245,106); }
H1.HeaderClassName
{
color: #B2F56A;
}
.AnyTagClassName
{
color: #B2F56A;
}
</style>
background-color css
<style>
a { background-color: #B2F56A; }
a { background-color: rgb(178,245,106); }
div.DivClassName
{
background-color: #B2F56A;
}
.BgClassName
{
background-color: #B2F56A;
}
</style>
border-color css
<style>
span { border-color: #B2F56A; }
span { border-color: rgb(178,245,106); }
td.TdClassName
{
border-color: #B2F56A;
}
.TagClassName
{
border-color: #B2F56A;
}
</style>