Shades of Sulu #B2F87E
Tints of Sulu #B2F87E
RGB
CMYK
RGB Variations
Color information
#B2F87E (or 0xB2F87E) is known color: Sulu. HEX triplet: B2, F8 and 7E. RGB value is (178,248,126). Sum of RGB (Red+Green+Blue) = 178+248+126=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F87E is #4D0781. Grayscale: #D5D5D5. Windows color (decimal): -5048194 or 8321202. OLE color: 8321202.
HSL color Cylindrical-coordinate representation of color #B2F87E: hue angle of 94.43º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2F87E is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 126 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.03 |
| HSL | 94.43º | 0.9% | 0.73% | - |
| HSV(B) | 94.43º | 0.49% | 0.97% | - |
| XYZ | 55.69 | 78.11 | 31.88 | - |
| YUV | 213.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 126 | 0.28 | 0 | 0.49 | 0.03 | 94.43 | 0.9 | 0.73 |
| Hex | B2 | F8 | 7E | 1C | 0 | 31 | 3 | 5E | 5A | 49 |
| Octal | 262 | 370 | 176 | 34 | 0 | 61 | 3 | 136 | 132 | 111 |
| Binary | 10110010 | 11111000 | 1111110 | 11100 | 0 | 110001 | 11 | 1011110 | 1011010 | 1001001 |
Color Harmonies of #B2F87E
Complementary color
Monochromatic Colors of #B2F87E
Black with #B2F87E
Text Example
Text Example
White with #B2F87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F87E; }
p { color: rgb(178,248,126); }
H1.HeaderClassName
{
color: #B2F87E;
}
.AnyTagClassName
{
color: #B2F87E;
}
</style>
background-color css
<style>
a { background-color: #B2F87E; }
a { background-color: rgb(178,248,126); }
div.DivClassName
{
background-color: #B2F87E;
}
.BgClassName
{
background-color: #B2F87E;
}
</style>
border-color css
<style>
span { border-color: #B2F87E; }
span { border-color: rgb(178,248,126); }
td.TdClassName
{
border-color: #B2F87E;
}
.TagClassName
{
border-color: #B2F87E;
}
</style>