Shades of Sulu #B5F584
Tints of Sulu #B5F584
RGB
CMYK
RGB Variations
Color information
#B5F584 (or 0xB5F584) is known color: Sulu. HEX triplet: B5, F5 and 84. RGB value is (181,245,132). Sum of RGB (Red+Green+Blue) = 181+245+132=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F584 is #4A0A7B. Grayscale: #D5D5D5. Windows color (decimal): -4852348 or 8713653. OLE color: 8713653.
HSL color Cylindrical-coordinate representation of color #B5F584: hue angle of 93.98º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5F584 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 245 | 132 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.04 |
| HSL | 93.98º | 0.85% | 0.74% | - |
| HSV(B) | 93.98º | 0.46% | 0.96% | - |
| XYZ | 55.87 | 76.79 | 33.71 | - |
| YUV | 212.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 245 | 132 | 0.26 | 0 | 0.46 | 0.04 | 93.98 | 0.85 | 0.74 |
| Hex | B5 | F5 | 84 | 1A | 0 | 2E | 4 | 5E | 55 | 4A |
| Octal | 265 | 365 | 204 | 32 | 0 | 56 | 4 | 136 | 125 | 112 |
| Binary | 10110101 | 11110101 | 10000100 | 11010 | 0 | 101110 | 100 | 1011110 | 1010101 | 1001010 |
Color Harmonies of #B5F584
Complementary color
Monochromatic Colors of #B5F584
Black with #B5F584
Text Example
Text Example
White with #B5F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F584; }
p { color: rgb(181,245,132); }
H1.HeaderClassName
{
color: #B5F584;
}
.AnyTagClassName
{
color: #B5F584;
}
</style>
background-color css
<style>
a { background-color: #B5F584; }
a { background-color: rgb(181,245,132); }
div.DivClassName
{
background-color: #B5F584;
}
.BgClassName
{
background-color: #B5F584;
}
</style>
border-color css
<style>
span { border-color: #B5F584; }
span { border-color: rgb(181,245,132); }
td.TdClassName
{
border-color: #B5F584;
}
.TagClassName
{
border-color: #B5F584;
}
</style>