Shades of Sulu #B0F982
Tints of Sulu #B0F982
RGB
CMYK
RGB Variations
Color information
#B0F982 (or 0xB0F982) is known color: Sulu. HEX triplet: B0, F9 and 82. RGB value is (176,249,130). Sum of RGB (Red+Green+Blue) = 176+249+130=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F982 is #4F067D. Grayscale: #D6D6D6. Windows color (decimal): -5179006 or 8583600. OLE color: 8583600.
HSL color Cylindrical-coordinate representation of color #B0F982: hue angle of 96.81º 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 #B0F982 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 130 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.02 |
| HSL | 96.81º | 0.91% | 0.74% | - |
| HSV(B) | 96.81º | 0.48% | 0.98% | - |
| XYZ | 55.81 | 78.59 | 33.35 | - |
| YUV | 213.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 130 | 0.29 | 0 | 0.48 | 0.02 | 96.81 | 0.91 | 0.74 |
| Hex | B0 | F9 | 82 | 1D | 0 | 30 | 2 | 61 | 5B | 4A |
| Octal | 260 | 371 | 202 | 35 | 0 | 60 | 2 | 141 | 133 | 112 |
| Binary | 10110000 | 11111001 | 10000010 | 11101 | 0 | 110000 | 10 | 1100001 | 1011011 | 1001010 |
Color Harmonies of #B0F982
Complementary color
Monochromatic Colors of #B0F982
Black with #B0F982
Text Example
Text Example
White with #B0F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F982; }
p { color: rgb(176,249,130); }
H1.HeaderClassName
{
color: #B0F982;
}
.AnyTagClassName
{
color: #B0F982;
}
</style>
background-color css
<style>
a { background-color: #B0F982; }
a { background-color: rgb(176,249,130); }
div.DivClassName
{
background-color: #B0F982;
}
.BgClassName
{
background-color: #B0F982;
}
</style>
border-color css
<style>
span { border-color: #B0F982; }
span { border-color: rgb(176,249,130); }
td.TdClassName
{
border-color: #B0F982;
}
.TagClassName
{
border-color: #B0F982;
}
</style>