Shades of Sulu #B5FA8C
Tints of Sulu #B5FA8C
RGB
CMYK
RGB Variations
Color information
#B5FA8C (or 0xB5FA8C) is known color: Sulu. HEX triplet: B5, FA and 8C. RGB value is (181,250,140). Sum of RGB (Red+Green+Blue) = 181+250+140=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FA8C is #4A0573. Grayscale: #D9D9D9. Windows color (decimal): -4851060 or 9239221. OLE color: 9239221.
HSL color Cylindrical-coordinate representation of color #B5FA8C: hue angle of 97.64º 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 #B5FA8C is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 140 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.02 |
| HSL | 97.64º | 0.92% | 0.76% | - |
| HSV(B) | 97.64º | 0.44% | 0.98% | - |
| XYZ | 57.98 | 80.09 | 37.21 | - |
| YUV | 216.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 140 | 0.28 | 0 | 0.44 | 0.02 | 97.64 | 0.92 | 0.76 |
| Hex | B5 | FA | 8C | 1C | 0 | 2C | 2 | 62 | 5C | 4C |
| Octal | 265 | 372 | 214 | 34 | 0 | 54 | 2 | 142 | 134 | 114 |
| Binary | 10110101 | 11111010 | 10001100 | 11100 | 0 | 101100 | 10 | 1100010 | 1011100 | 1001100 |
Color Harmonies of #B5FA8C
Complementary color
Monochromatic Colors of #B5FA8C
Black with #B5FA8C
Text Example
Text Example
White with #B5FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA8C; }
p { color: rgb(181,250,140); }
H1.HeaderClassName
{
color: #B5FA8C;
}
.AnyTagClassName
{
color: #B5FA8C;
}
</style>
background-color css
<style>
a { background-color: #B5FA8C; }
a { background-color: rgb(181,250,140); }
div.DivClassName
{
background-color: #B5FA8C;
}
.BgClassName
{
background-color: #B5FA8C;
}
</style>
border-color css
<style>
span { border-color: #B5FA8C; }
span { border-color: rgb(181,250,140); }
td.TdClassName
{
border-color: #B5FA8C;
}
.TagClassName
{
border-color: #B5FA8C;
}
</style>