Shades of Sulu #B4FA8C
Tints of Sulu #B4FA8C
RGB
CMYK
RGB Variations
Color information
#B4FA8C (or 0xB4FA8C) is known color: Sulu. HEX triplet: B4, FA and 8C. RGB value is (180,250,140). Sum of RGB (Red+Green+Blue) = 180+250+140=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FA8C is #4B0573. Grayscale: #D8D8D8. Windows color (decimal): -4916596 or 9239220. OLE color: 9239220.
HSL color Cylindrical-coordinate representation of color #B4FA8C: hue angle of 98.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4FA8C is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 140 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.02 |
| HSL | 98.18º | 0.92% | 0.76% | - |
| HSV(B) | 98.18º | 0.44% | 0.98% | - |
| XYZ | 57.74 | 79.97 | 37.2 | - |
| YUV | 216.53 | 84.81 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 140 | 0.28 | 0 | 0.44 | 0.02 | 98.18 | 0.92 | 0.76 |
| Hex | B4 | FA | 8C | 1C | 0 | 2C | 2 | 62 | 5C | 4C |
| Octal | 264 | 372 | 214 | 34 | 0 | 54 | 2 | 142 | 134 | 114 |
| Binary | 10110100 | 11111010 | 10001100 | 11100 | 0 | 101100 | 10 | 1100010 | 1011100 | 1001100 |
Color Harmonies of #B4FA8C
Complementary color
Monochromatic Colors of #B4FA8C
Black with #B4FA8C
Text Example
Text Example
White with #B4FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FA8C; }
p { color: rgb(180,250,140); }
H1.HeaderClassName
{
color: #B4FA8C;
}
.AnyTagClassName
{
color: #B4FA8C;
}
</style>
background-color css
<style>
a { background-color: #B4FA8C; }
a { background-color: rgb(180,250,140); }
div.DivClassName
{
background-color: #B4FA8C;
}
.BgClassName
{
background-color: #B4FA8C;
}
</style>
border-color css
<style>
span { border-color: #B4FA8C; }
span { border-color: rgb(180,250,140); }
td.TdClassName
{
border-color: #B4FA8C;
}
.TagClassName
{
border-color: #B4FA8C;
}
</style>