Shades of Sulu #B4FA86
Tints of Sulu #B4FA86
RGB
CMYK
RGB Variations
Color information
#B4FA86 (or 0xB4FA86) is known color: Sulu. HEX triplet: B4, FA and 86. RGB value is (180,250,134). Sum of RGB (Red+Green+Blue) = 180+250+134=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FA86 is #4B0579. Grayscale: #D8D8D8. Windows color (decimal): -4916602 or 8846004. OLE color: 8846004.
HSL color Cylindrical-coordinate representation of color #B4FA86: hue angle of 96.21º degrees, saturation: 0.92, 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 #B4FA86 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 134 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.02 |
| HSL | 96.21º | 0.92% | 0.75% | - |
| HSV(B) | 96.21º | 0.46% | 0.98% | - |
| XYZ | 57.31 | 79.8 | 34.94 | - |
| YUV | 215.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 134 | 0.28 | 0 | 0.46 | 0.02 | 96.21 | 0.92 | 0.75 |
| Hex | B4 | FA | 86 | 1C | 0 | 2E | 2 | 60 | 5C | 4B |
| Octal | 264 | 372 | 206 | 34 | 0 | 56 | 2 | 140 | 134 | 113 |
| Binary | 10110100 | 11111010 | 10000110 | 11100 | 0 | 101110 | 10 | 1100000 | 1011100 | 1001011 |
Color Harmonies of #B4FA86
Complementary color
Monochromatic Colors of #B4FA86
Black with #B4FA86
Text Example
Text Example
White with #B4FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FA86; }
p { color: rgb(180,250,134); }
H1.HeaderClassName
{
color: #B4FA86;
}
.AnyTagClassName
{
color: #B4FA86;
}
</style>
background-color css
<style>
a { background-color: #B4FA86; }
a { background-color: rgb(180,250,134); }
div.DivClassName
{
background-color: #B4FA86;
}
.BgClassName
{
background-color: #B4FA86;
}
</style>
border-color css
<style>
span { border-color: #B4FA86; }
span { border-color: rgb(180,250,134); }
td.TdClassName
{
border-color: #B4FA86;
}
.TagClassName
{
border-color: #B4FA86;
}
</style>