Shades of Sulu #B5F777
Tints of Sulu #B5F777
RGB
CMYK
RGB Variations
Color information
#B5F777 (or 0xB5F777) is known color: Sulu. HEX triplet: B5, F7 and 77. RGB value is (181,247,119). Sum of RGB (Red+Green+Blue) = 181+247+119=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F777 is #4A0888. Grayscale: #D5D5D5. Windows color (decimal): -4851849 or 7862197. OLE color: 7862197.
HSL color Cylindrical-coordinate representation of color #B5F777: hue angle of 90.94º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5F777 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 119 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.03 |
| HSL | 90.94º | 0.89% | 0.72% | - |
| HSV(B) | 90.94º | 0.52% | 0.97% | - |
| XYZ | 55.65 | 77.68 | 29.51 | - |
| YUV | 212.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 119 | 0.27 | 0 | 0.52 | 0.03 | 90.94 | 0.89 | 0.72 |
| Hex | B5 | F7 | 77 | 1B | 0 | 34 | 3 | 5B | 59 | 48 |
| Octal | 265 | 367 | 167 | 33 | 0 | 64 | 3 | 133 | 131 | 110 |
| Binary | 10110101 | 11110111 | 1110111 | 11011 | 0 | 110100 | 11 | 1011011 | 1011001 | 1001000 |
Color Harmonies of #B5F777
Complementary color
Monochromatic Colors of #B5F777
Black with #B5F777
Text Example
Text Example
White with #B5F777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F777; }
p { color: rgb(181,247,119); }
H1.HeaderClassName
{
color: #B5F777;
}
.AnyTagClassName
{
color: #B5F777;
}
</style>
background-color css
<style>
a { background-color: #B5F777; }
a { background-color: rgb(181,247,119); }
div.DivClassName
{
background-color: #B5F777;
}
.BgClassName
{
background-color: #B5F777;
}
</style>
border-color css
<style>
span { border-color: #B5F777; }
span { border-color: rgb(181,247,119); }
td.TdClassName
{
border-color: #B5F777;
}
.TagClassName
{
border-color: #B5F777;
}
</style>