Shades of Sulu #B4F986
Tints of Sulu #B4F986
RGB
CMYK
RGB Variations
Color information
#B4F986 (or 0xB4F986) is known color: Sulu. HEX triplet: B4, F9 and 86. RGB value is (180,249,134). Sum of RGB (Red+Green+Blue) = 180+249+134=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F986 is #4B0679. Grayscale: #D7D7D7. Windows color (decimal): -4916858 or 8845748. OLE color: 8845748.
HSL color Cylindrical-coordinate representation of color #B4F986: hue angle of 96º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4F986 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 249 | 134 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.02 |
| HSL | 96º | 0.91% | 0.75% | - |
| HSV(B) | 96º | 0.46% | 0.98% | - |
| XYZ | 57 | 79.18 | 34.83 | - |
| YUV | 215.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 249 | 134 | 0.28 | 0 | 0.46 | 0.02 | 96 | 0.91 | 0.75 |
| Hex | B4 | F9 | 86 | 1C | 0 | 2E | 2 | 60 | 5B | 4B |
| Octal | 264 | 371 | 206 | 34 | 0 | 56 | 2 | 140 | 133 | 113 |
| Binary | 10110100 | 11111001 | 10000110 | 11100 | 0 | 101110 | 10 | 1100000 | 1011011 | 1001011 |
Color Harmonies of #B4F986
Complementary color
Monochromatic Colors of #B4F986
Black with #B4F986
Text Example
Text Example
White with #B4F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F986; }
p { color: rgb(180,249,134); }
H1.HeaderClassName
{
color: #B4F986;
}
.AnyTagClassName
{
color: #B4F986;
}
</style>
background-color css
<style>
a { background-color: #B4F986; }
a { background-color: rgb(180,249,134); }
div.DivClassName
{
background-color: #B4F986;
}
.BgClassName
{
background-color: #B4F986;
}
</style>
border-color css
<style>
span { border-color: #B4F986; }
span { border-color: rgb(180,249,134); }
td.TdClassName
{
border-color: #B4F986;
}
.TagClassName
{
border-color: #B4F986;
}
</style>