Shades of Sulu #B2F982
Tints of Sulu #B2F982
RGB
CMYK
RGB Variations
Color information
#B2F982 (or 0xB2F982) is known color: Sulu. HEX triplet: B2, F9 and 82. RGB value is (178,249,130). Sum of RGB (Red+Green+Blue) = 178+249+130=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F982 is #4D067D. Grayscale: #D6D6D6. Windows color (decimal): -5047934 or 8583602. OLE color: 8583602.
HSL color Cylindrical-coordinate representation of color #B2F982: hue angle of 95.8º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F982 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 130 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.02 |
| HSL | 95.8º | 0.91% | 0.74% | - |
| HSV(B) | 95.8º | 0.48% | 0.98% | - |
| XYZ | 56.27 | 78.83 | 33.37 | - |
| YUV | 214.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 130 | 0.29 | 0 | 0.48 | 0.02 | 95.8 | 0.91 | 0.74 |
| Hex | B2 | F9 | 82 | 1D | 0 | 30 | 2 | 60 | 5B | 4A |
| Octal | 262 | 371 | 202 | 35 | 0 | 60 | 2 | 140 | 133 | 112 |
| Binary | 10110010 | 11111001 | 10000010 | 11101 | 0 | 110000 | 10 | 1100000 | 1011011 | 1001010 |
Color Harmonies of #B2F982
Complementary color
Monochromatic Colors of #B2F982
Black with #B2F982
Text Example
Text Example
White with #B2F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F982; }
p { color: rgb(178,249,130); }
H1.HeaderClassName
{
color: #B2F982;
}
.AnyTagClassName
{
color: #B2F982;
}
</style>
background-color css
<style>
a { background-color: #B2F982; }
a { background-color: rgb(178,249,130); }
div.DivClassName
{
background-color: #B2F982;
}
.BgClassName
{
background-color: #B2F982;
}
</style>
border-color css
<style>
span { border-color: #B2F982; }
span { border-color: rgb(178,249,130); }
td.TdClassName
{
border-color: #B2F982;
}
.TagClassName
{
border-color: #B2F982;
}
</style>