Shades of Sulu #B2FA80
Tints of Sulu #B2FA80
RGB
CMYK
RGB Variations
Color information
#B2FA80 (or 0xB2FA80) is known color: Sulu. HEX triplet: B2, FA and 80. RGB value is (178,250,128). Sum of RGB (Red+Green+Blue) = 178+250+128=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA80 is #4D057F. Grayscale: #D6D6D6. Windows color (decimal): -5047680 or 8452786. OLE color: 8452786.
HSL color Cylindrical-coordinate representation of color #B2FA80: hue angle of 95.41º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2FA80 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 128 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.02 |
| HSL | 95.41º | 0.92% | 0.74% | - |
| HSV(B) | 95.41º | 0.49% | 0.98% | - |
| XYZ | 56.44 | 79.39 | 32.77 | - |
| YUV | 214.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 128 | 0.29 | 0 | 0.49 | 0.02 | 95.41 | 0.92 | 0.74 |
| Hex | B2 | FA | 80 | 1D | 0 | 31 | 2 | 5F | 5C | 4A |
| Octal | 262 | 372 | 200 | 35 | 0 | 61 | 2 | 137 | 134 | 112 |
| Binary | 10110010 | 11111010 | 10000000 | 11101 | 0 | 110001 | 10 | 1011111 | 1011100 | 1001010 |
Color Harmonies of #B2FA80
Complementary color
Monochromatic Colors of #B2FA80
Black with #B2FA80
Text Example
Text Example
White with #B2FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA80; }
p { color: rgb(178,250,128); }
H1.HeaderClassName
{
color: #B2FA80;
}
.AnyTagClassName
{
color: #B2FA80;
}
</style>
background-color css
<style>
a { background-color: #B2FA80; }
a { background-color: rgb(178,250,128); }
div.DivClassName
{
background-color: #B2FA80;
}
.BgClassName
{
background-color: #B2FA80;
}
</style>
border-color css
<style>
span { border-color: #B2FA80; }
span { border-color: rgb(178,250,128); }
td.TdClassName
{
border-color: #B2FA80;
}
.TagClassName
{
border-color: #B2FA80;
}
</style>