Shades of Sulu #B5F377
Tints of Sulu #B5F377
RGB
CMYK
RGB Variations
Color information
#B5F377 (or 0xB5F377) is known color: Sulu. HEX triplet: B5, F3 and 77. RGB value is (181,243,119). Sum of RGB (Red+Green+Blue) = 181+243+119=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F377 is #4A0C88. Grayscale: #D2D2D2. Windows color (decimal): -4852873 or 7861173. OLE color: 7861173.
HSL color Cylindrical-coordinate representation of color #B5F377: hue angle of 90º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5F377 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 119 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.05 |
| HSL | 90º | 0.84% | 0.71% | - |
| HSV(B) | 90º | 0.51% | 0.95% | - |
| XYZ | 54.44 | 75.26 | 29.11 | - |
| YUV | 210.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 119 | 0.26 | 0 | 0.51 | 0.05 | 90 | 0.84 | 0.71 |
| Hex | B5 | F3 | 77 | 1A | 0 | 33 | 5 | 5A | 54 | 47 |
| Octal | 265 | 363 | 167 | 32 | 0 | 63 | 5 | 132 | 124 | 107 |
| Binary | 10110101 | 11110011 | 1110111 | 11010 | 0 | 110011 | 101 | 1011010 | 1010100 | 1000111 |
Color Harmonies of #B5F377
Complementary color
Monochromatic Colors of #B5F377
Black with #B5F377
Text Example
Text Example
White with #B5F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F377; }
p { color: rgb(181,243,119); }
H1.HeaderClassName
{
color: #B5F377;
}
.AnyTagClassName
{
color: #B5F377;
}
</style>
background-color css
<style>
a { background-color: #B5F377; }
a { background-color: rgb(181,243,119); }
div.DivClassName
{
background-color: #B5F377;
}
.BgClassName
{
background-color: #B5F377;
}
</style>
border-color css
<style>
span { border-color: #B5F377; }
span { border-color: rgb(181,243,119); }
td.TdClassName
{
border-color: #B5F377;
}
.TagClassName
{
border-color: #B5F377;
}
</style>