Shades of Sulu #B2F880
Tints of Sulu #B2F880
RGB
CMYK
RGB Variations
Color information
#B2F880 (or 0xB2F880) is known color: Sulu. HEX triplet: B2, F8 and 80. RGB value is (178,248,128). Sum of RGB (Red+Green+Blue) = 178+248+128=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F880 is #4D077F. Grayscale: #D5D5D5. Windows color (decimal): -5048192 or 8452274. OLE color: 8452274.
HSL color Cylindrical-coordinate representation of color #B2F880: hue angle of 95º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F880 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 128 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.03 |
| HSL | 95º | 0.9% | 0.74% | - |
| HSV(B) | 95º | 0.48% | 0.97% | - |
| XYZ | 55.82 | 78.16 | 32.57 | - |
| YUV | 213.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 128 | 0.28 | 0 | 0.48 | 0.03 | 95 | 0.9 | 0.74 |
| Hex | B2 | F8 | 80 | 1C | 0 | 30 | 3 | 5F | 5A | 4A |
| Octal | 262 | 370 | 200 | 34 | 0 | 60 | 3 | 137 | 132 | 112 |
| Binary | 10110010 | 11111000 | 10000000 | 11100 | 0 | 110000 | 11 | 1011111 | 1011010 | 1001010 |
Color Harmonies of #B2F880
Complementary color
Monochromatic Colors of #B2F880
Black with #B2F880
Text Example
Text Example
White with #B2F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F880; }
p { color: rgb(178,248,128); }
H1.HeaderClassName
{
color: #B2F880;
}
.AnyTagClassName
{
color: #B2F880;
}
</style>
background-color css
<style>
a { background-color: #B2F880; }
a { background-color: rgb(178,248,128); }
div.DivClassName
{
background-color: #B2F880;
}
.BgClassName
{
background-color: #B2F880;
}
</style>
border-color css
<style>
span { border-color: #B2F880; }
span { border-color: rgb(178,248,128); }
td.TdClassName
{
border-color: #B2F880;
}
.TagClassName
{
border-color: #B2F880;
}
</style>