Shades of Sulu #B5FA80
Tints of Sulu #B5FA80
RGB
CMYK
RGB Variations
Color information
#B5FA80 (or 0xB5FA80) is known color: Sulu. HEX triplet: B5, FA and 80. RGB value is (181,250,128). Sum of RGB (Red+Green+Blue) = 181+250+128=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FA80 is #4A057F. Grayscale: #D7D7D7. Windows color (decimal): -4851072 or 8452789. OLE color: 8452789.
HSL color Cylindrical-coordinate representation of color #B5FA80: hue angle of 93.93º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5FA80 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 128 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.02 |
| HSL | 93.93º | 0.92% | 0.74% | - |
| HSV(B) | 93.93º | 0.49% | 0.98% | - |
| XYZ | 57.14 | 79.75 | 32.8 | - |
| YUV | 215.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 128 | 0.28 | 0 | 0.49 | 0.02 | 93.93 | 0.92 | 0.74 |
| Hex | B5 | FA | 80 | 1C | 0 | 31 | 2 | 5E | 5C | 4A |
| Octal | 265 | 372 | 200 | 34 | 0 | 61 | 2 | 136 | 134 | 112 |
| Binary | 10110101 | 11111010 | 10000000 | 11100 | 0 | 110001 | 10 | 1011110 | 1011100 | 1001010 |
Color Harmonies of #B5FA80
Complementary color
Monochromatic Colors of #B5FA80
Black with #B5FA80
Text Example
Text Example
White with #B5FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA80; }
p { color: rgb(181,250,128); }
H1.HeaderClassName
{
color: #B5FA80;
}
.AnyTagClassName
{
color: #B5FA80;
}
</style>
background-color css
<style>
a { background-color: #B5FA80; }
a { background-color: rgb(181,250,128); }
div.DivClassName
{
background-color: #B5FA80;
}
.BgClassName
{
background-color: #B5FA80;
}
</style>
border-color css
<style>
span { border-color: #B5FA80; }
span { border-color: rgb(181,250,128); }
td.TdClassName
{
border-color: #B5FA80;
}
.TagClassName
{
border-color: #B5FA80;
}
</style>