Shades of Sulu #B2FA82
Tints of Sulu #B2FA82
RGB
CMYK
RGB Variations
Color information
#B2FA82 (or 0xB2FA82) is known color: Sulu. HEX triplet: B2, FA and 82. RGB value is (178,250,130). Sum of RGB (Red+Green+Blue) = 178+250+130=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA82 is #4D057D. Grayscale: #D7D7D7. Windows color (decimal): -5047678 or 8583858. OLE color: 8583858.
HSL color Cylindrical-coordinate representation of color #B2FA82: hue angle of 96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2FA82 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 130 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.02 |
| HSL | 96º | 0.92% | 0.75% | - |
| HSV(B) | 96º | 0.48% | 0.98% | - |
| XYZ | 56.57 | 79.45 | 33.47 | - |
| YUV | 214.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 130 | 0.29 | 0 | 0.48 | 0.02 | 96 | 0.92 | 0.75 |
| Hex | B2 | FA | 82 | 1D | 0 | 30 | 2 | 60 | 5C | 4B |
| Octal | 262 | 372 | 202 | 35 | 0 | 60 | 2 | 140 | 134 | 113 |
| Binary | 10110010 | 11111010 | 10000010 | 11101 | 0 | 110000 | 10 | 1100000 | 1011100 | 1001011 |
Color Harmonies of #B2FA82
Complementary color
Monochromatic Colors of #B2FA82
Black with #B2FA82
Text Example
Text Example
White with #B2FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA82; }
p { color: rgb(178,250,130); }
H1.HeaderClassName
{
color: #B2FA82;
}
.AnyTagClassName
{
color: #B2FA82;
}
</style>
background-color css
<style>
a { background-color: #B2FA82; }
a { background-color: rgb(178,250,130); }
div.DivClassName
{
background-color: #B2FA82;
}
.BgClassName
{
background-color: #B2FA82;
}
</style>
border-color css
<style>
span { border-color: #B2FA82; }
span { border-color: rgb(178,250,130); }
td.TdClassName
{
border-color: #B2FA82;
}
.TagClassName
{
border-color: #B2FA82;
}
</style>