Shades of Sulu #B5FA6C
Tints of Sulu #B5FA6C
RGB
CMYK
RGB Variations
Color information
#B5FA6C (or 0xB5FA6C) is known color: Sulu. HEX triplet: B5, FA and 6C. RGB value is (181,250,108). Sum of RGB (Red+Green+Blue) = 181+250+108=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA6C is #4A0593. Grayscale: #D5D5D5. Windows color (decimal): -4851092 or 7142069. OLE color: 7142069.
HSL color Cylindrical-coordinate representation of color #B5FA6C: hue angle of 89.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5FA6C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 108 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.02 |
| HSL | 89.15º | 0.93% | 0.7% | - |
| HSV(B) | 89.15º | 0.57% | 0.98% | - |
| XYZ | 55.95 | 79.28 | 26.54 | - |
| YUV | 213.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 108 | 0.28 | 0 | 0.57 | 0.02 | 89.15 | 0.93 | 0.7 |
| Hex | B5 | FA | 6C | 1C | 0 | 39 | 2 | 59 | 5D | 46 |
| Octal | 265 | 372 | 154 | 34 | 0 | 71 | 2 | 131 | 135 | 106 |
| Binary | 10110101 | 11111010 | 1101100 | 11100 | 0 | 111001 | 10 | 1011001 | 1011101 | 1000110 |
Color Harmonies of #B5FA6C
Complementary color
Monochromatic Colors of #B5FA6C
Black with #B5FA6C
Text Example
Text Example
White with #B5FA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA6C; }
p { color: rgb(181,250,108); }
H1.HeaderClassName
{
color: #B5FA6C;
}
.AnyTagClassName
{
color: #B5FA6C;
}
</style>
background-color css
<style>
a { background-color: #B5FA6C; }
a { background-color: rgb(181,250,108); }
div.DivClassName
{
background-color: #B5FA6C;
}
.BgClassName
{
background-color: #B5FA6C;
}
</style>
border-color css
<style>
span { border-color: #B5FA6C; }
span { border-color: rgb(181,250,108); }
td.TdClassName
{
border-color: #B5FA6C;
}
.TagClassName
{
border-color: #B5FA6C;
}
</style>