Shades of Sulu #B5E77A
Tints of Sulu #B5E77A
RGB
CMYK
RGB Variations
Color information
#B5E77A (or 0xB5E77A) is known color: Sulu. HEX triplet: B5, E7 and 7A. RGB value is (181,231,122). Sum of RGB (Red+Green+Blue) = 181+231+122=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E77A is #4A1885. Grayscale: #CCCCCC. Windows color (decimal): -4855942 or 8054709. OLE color: 8054709.
HSL color Cylindrical-coordinate representation of color #B5E77A: hue angle of 87.52º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5E77A is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 122 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.09 |
| HSL | 87.52º | 0.69% | 0.69% | - |
| HSV(B) | 87.52º | 0.47% | 0.91% | - |
| XYZ | 51.14 | 68.38 | 28.92 | - |
| YUV | 203.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 122 | 0.22 | 0 | 0.47 | 0.09 | 87.52 | 0.69 | 0.69 |
| Hex | B5 | E7 | 7A | 16 | 0 | 2F | 9 | 58 | 45 | 45 |
| Octal | 265 | 347 | 172 | 26 | 0 | 57 | 11 | 130 | 105 | 105 |
| Binary | 10110101 | 11100111 | 1111010 | 10110 | 0 | 101111 | 1001 | 1011000 | 1000101 | 1000101 |
Color Harmonies of #B5E77A
Complementary color
Monochromatic Colors of #B5E77A
Black with #B5E77A
Text Example
Text Example
White with #B5E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E77A; }
p { color: rgb(181,231,122); }
H1.HeaderClassName
{
color: #B5E77A;
}
.AnyTagClassName
{
color: #B5E77A;
}
</style>
background-color css
<style>
a { background-color: #B5E77A; }
a { background-color: rgb(181,231,122); }
div.DivClassName
{
background-color: #B5E77A;
}
.BgClassName
{
background-color: #B5E77A;
}
</style>
border-color css
<style>
span { border-color: #B5E77A; }
span { border-color: rgb(181,231,122); }
td.TdClassName
{
border-color: #B5E77A;
}
.TagClassName
{
border-color: #B5E77A;
}
</style>