Shades of Sulu #B5F773
Tints of Sulu #B5F773
RGB
CMYK
RGB Variations
Color information
#B5F773 (or 0xB5F773) is known color: Sulu. HEX triplet: B5, F7 and 73. RGB value is (181,247,115). Sum of RGB (Red+Green+Blue) = 181+247+115=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F773 is #4A088C. Grayscale: #D4D4D4. Windows color (decimal): -4851853 or 7600053. OLE color: 7600053.
HSL color Cylindrical-coordinate representation of color #B5F773: hue angle of 90º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5F773 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 115 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.03 |
| HSL | 90º | 0.89% | 0.71% | - |
| HSV(B) | 90º | 0.53% | 0.97% | - |
| XYZ | 55.41 | 77.58 | 28.27 | - |
| YUV | 212.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 115 | 0.27 | 0 | 0.53 | 0.03 | 90 | 0.89 | 0.71 |
| Hex | B5 | F7 | 73 | 1B | 0 | 35 | 3 | 5A | 59 | 47 |
| Octal | 265 | 367 | 163 | 33 | 0 | 65 | 3 | 132 | 131 | 107 |
| Binary | 10110101 | 11110111 | 1110011 | 11011 | 0 | 110101 | 11 | 1011010 | 1011001 | 1000111 |
Color Harmonies of #B5F773
Complementary color
Monochromatic Colors of #B5F773
Black with #B5F773
Text Example
Text Example
White with #B5F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F773; }
p { color: rgb(181,247,115); }
H1.HeaderClassName
{
color: #B5F773;
}
.AnyTagClassName
{
color: #B5F773;
}
</style>
background-color css
<style>
a { background-color: #B5F773; }
a { background-color: rgb(181,247,115); }
div.DivClassName
{
background-color: #B5F773;
}
.BgClassName
{
background-color: #B5F773;
}
</style>
border-color css
<style>
span { border-color: #B5F773; }
span { border-color: rgb(181,247,115); }
td.TdClassName
{
border-color: #B5F773;
}
.TagClassName
{
border-color: #B5F773;
}
</style>