Shades of Sulu #B5F473
Tints of Sulu #B5F473
RGB
CMYK
RGB Variations
Color information
#B5F473 (or 0xB5F473) is known color: Sulu. HEX triplet: B5, F4 and 73. RGB value is (181,244,115). Sum of RGB (Red+Green+Blue) = 181+244+115=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F473 is #4A0B8C. Grayscale: #D2D2D2. Windows color (decimal): -4852621 or 7599285. OLE color: 7599285.
HSL color Cylindrical-coordinate representation of color #B5F473: hue angle of 89.3º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5F473 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 244 | 115 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.04 |
| HSL | 89.3º | 0.85% | 0.7% | - |
| HSV(B) | 89.3º | 0.53% | 0.96% | - |
| XYZ | 54.5 | 75.76 | 27.97 | - |
| YUV | 210.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 244 | 115 | 0.26 | 0 | 0.53 | 0.04 | 89.3 | 0.85 | 0.7 |
| Hex | B5 | F4 | 73 | 1A | 0 | 35 | 4 | 59 | 55 | 46 |
| Octal | 265 | 364 | 163 | 32 | 0 | 65 | 4 | 131 | 125 | 106 |
| Binary | 10110101 | 11110100 | 1110011 | 11010 | 0 | 110101 | 100 | 1011001 | 1010101 | 1000110 |
Color Harmonies of #B5F473
Complementary color
Monochromatic Colors of #B5F473
Black with #B5F473
Text Example
Text Example
White with #B5F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F473; }
p { color: rgb(181,244,115); }
H1.HeaderClassName
{
color: #B5F473;
}
.AnyTagClassName
{
color: #B5F473;
}
</style>
background-color css
<style>
a { background-color: #B5F473; }
a { background-color: rgb(181,244,115); }
div.DivClassName
{
background-color: #B5F473;
}
.BgClassName
{
background-color: #B5F473;
}
</style>
border-color css
<style>
span { border-color: #B5F473; }
span { border-color: rgb(181,244,115); }
td.TdClassName
{
border-color: #B5F473;
}
.TagClassName
{
border-color: #B5F473;
}
</style>