Shades of Sulu #B2F86E
Tints of Sulu #B2F86E
RGB
CMYK
RGB Variations
Color information
#B2F86E (or 0xB2F86E) is known color: Sulu. HEX triplet: B2, F8 and 6E. RGB value is (178,248,110). Sum of RGB (Red+Green+Blue) = 178+248+110=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F86E is #4D0791. Grayscale: #D3D3D3. Windows color (decimal): -5048210 or 7272626. OLE color: 7272626.
HSL color Cylindrical-coordinate representation of color #B2F86E: hue angle of 90.43º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2F86E is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 110 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.03 |
| HSL | 90.43º | 0.91% | 0.7% | - |
| HSV(B) | 90.43º | 0.56% | 0.97% | - |
| XYZ | 54.74 | 77.73 | 26.87 | - |
| YUV | 211.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 110 | 0.28 | 0 | 0.56 | 0.03 | 90.43 | 0.91 | 0.7 |
| Hex | B2 | F8 | 6E | 1C | 0 | 38 | 3 | 5A | 5B | 46 |
| Octal | 262 | 370 | 156 | 34 | 0 | 70 | 3 | 132 | 133 | 106 |
| Binary | 10110010 | 11111000 | 1101110 | 11100 | 0 | 111000 | 11 | 1011010 | 1011011 | 1000110 |
Color Harmonies of #B2F86E
Complementary color
Monochromatic Colors of #B2F86E
Black with #B2F86E
Text Example
Text Example
White with #B2F86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F86E; }
p { color: rgb(178,248,110); }
H1.HeaderClassName
{
color: #B2F86E;
}
.AnyTagClassName
{
color: #B2F86E;
}
</style>
background-color css
<style>
a { background-color: #B2F86E; }
a { background-color: rgb(178,248,110); }
div.DivClassName
{
background-color: #B2F86E;
}
.BgClassName
{
background-color: #B2F86E;
}
</style>
border-color css
<style>
span { border-color: #B2F86E; }
span { border-color: rgb(178,248,110); }
td.TdClassName
{
border-color: #B2F86E;
}
.TagClassName
{
border-color: #B2F86E;
}
</style>