Shades of Sulu #B5DA77
Tints of Sulu #B5DA77
RGB
CMYK
RGB Variations
Color information
#B5DA77 (or 0xB5DA77) is known color: Sulu. HEX triplet: B5, DA and 77. RGB value is (181,218,119). Sum of RGB (Red+Green+Blue) = 181+218+119=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA77 is #4A2588. Grayscale: #C4C4C4. Windows color (decimal): -4859273 or 7854773. OLE color: 7854773.
HSL color Cylindrical-coordinate representation of color #B5DA77: hue angle of 82.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5DA77 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 119 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.15 |
| HSL | 82.42º | 0.57% | 0.66% | - |
| HSV(B) | 82.42º | 0.45% | 0.85% | - |
| XYZ | 47.46 | 61.3 | 26.78 | - |
| YUV | 195.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 119 | 0.17 | 0 | 0.45 | 0.15 | 82.42 | 0.57 | 0.66 |
| Hex | B5 | DA | 77 | 11 | 0 | 2D | F | 52 | 39 | 42 |
| Octal | 265 | 332 | 167 | 21 | 0 | 55 | 17 | 122 | 71 | 102 |
| Binary | 10110101 | 11011010 | 1110111 | 10001 | 0 | 101101 | 1111 | 1010010 | 111001 | 1000010 |
Color Harmonies of #B5DA77
Complementary color
Monochromatic Colors of #B5DA77
Black with #B5DA77
Text Example
Text Example
White with #B5DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DA77; }
p { color: rgb(181,218,119); }
H1.HeaderClassName
{
color: #B5DA77;
}
.AnyTagClassName
{
color: #B5DA77;
}
</style>
background-color css
<style>
a { background-color: #B5DA77; }
a { background-color: rgb(181,218,119); }
div.DivClassName
{
background-color: #B5DA77;
}
.BgClassName
{
background-color: #B5DA77;
}
</style>
border-color css
<style>
span { border-color: #B5DA77; }
span { border-color: rgb(181,218,119); }
td.TdClassName
{
border-color: #B5DA77;
}
.TagClassName
{
border-color: #B5DA77;
}
</style>