Shades of Sulu #B9F582
Tints of Sulu #B9F582
RGB
CMYK
RGB Variations
Color information
#B9F582 (or 0xB9F582) is known color: Sulu. HEX triplet: B9, F5 and 82. RGB value is (185,245,130). Sum of RGB (Red+Green+Blue) = 185+245+130=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F582 is #460A7D. Grayscale: #D6D6D6. Windows color (decimal): -4590206 or 8582585. OLE color: 8582585.
HSL color Cylindrical-coordinate representation of color #B9F582: hue angle of 91.3º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9F582 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 130 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.04 |
| HSL | 91.3º | 0.85% | 0.74% | - |
| HSV(B) | 91.3º | 0.47% | 0.96% | - |
| XYZ | 56.69 | 77.23 | 33.04 | - |
| YUV | 213.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 130 | 0.24 | 0 | 0.47 | 0.04 | 91.3 | 0.85 | 0.74 |
| Hex | B9 | F5 | 82 | 18 | 0 | 2F | 4 | 5B | 55 | 4A |
| Octal | 271 | 365 | 202 | 30 | 0 | 57 | 4 | 133 | 125 | 112 |
| Binary | 10111001 | 11110101 | 10000010 | 11000 | 0 | 101111 | 100 | 1011011 | 1010101 | 1001010 |
Color Harmonies of #B9F582
Complementary color
Monochromatic Colors of #B9F582
Black with #B9F582
Text Example
Text Example
White with #B9F582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F582; }
p { color: rgb(185,245,130); }
H1.HeaderClassName
{
color: #B9F582;
}
.AnyTagClassName
{
color: #B9F582;
}
</style>
background-color css
<style>
a { background-color: #B9F582; }
a { background-color: rgb(185,245,130); }
div.DivClassName
{
background-color: #B9F582;
}
.BgClassName
{
background-color: #B9F582;
}
</style>
border-color css
<style>
span { border-color: #B9F582; }
span { border-color: rgb(185,245,130); }
td.TdClassName
{
border-color: #B9F582;
}
.TagClassName
{
border-color: #B9F582;
}
</style>