Shades of Sulu #B8DA77
Tints of Sulu #B8DA77
RGB
CMYK
RGB Variations
Color information
#B8DA77 (or 0xB8DA77) is known color: Sulu. HEX triplet: B8, DA and 77. RGB value is (184,218,119). Sum of RGB (Red+Green+Blue) = 184+218+119=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA77 is #472588. Grayscale: #C4C4C4. Windows color (decimal): -4662665 or 7854776. OLE color: 7854776.
HSL color Cylindrical-coordinate representation of color #B8DA77: hue angle of 80.61º 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 #B8DA77 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 119 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.15 |
| HSL | 80.61º | 0.57% | 0.66% | - |
| HSV(B) | 80.61º | 0.45% | 0.85% | - |
| XYZ | 48.17 | 61.67 | 26.82 | - |
| YUV | 196.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 119 | 0.16 | 0 | 0.45 | 0.15 | 80.61 | 0.57 | 0.66 |
| Hex | B8 | DA | 77 | 10 | 0 | 2D | F | 51 | 39 | 42 |
| Octal | 270 | 332 | 167 | 20 | 0 | 55 | 17 | 121 | 71 | 102 |
| Binary | 10111000 | 11011010 | 1110111 | 10000 | 0 | 101101 | 1111 | 1010001 | 111001 | 1000010 |
Color Harmonies of #B8DA77
Complementary color
Monochromatic Colors of #B8DA77
Black with #B8DA77
Text Example
Text Example
White with #B8DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA77; }
p { color: rgb(184,218,119); }
H1.HeaderClassName
{
color: #B8DA77;
}
.AnyTagClassName
{
color: #B8DA77;
}
</style>
background-color css
<style>
a { background-color: #B8DA77; }
a { background-color: rgb(184,218,119); }
div.DivClassName
{
background-color: #B8DA77;
}
.BgClassName
{
background-color: #B8DA77;
}
</style>
border-color css
<style>
span { border-color: #B8DA77; }
span { border-color: rgb(184,218,119); }
td.TdClassName
{
border-color: #B8DA77;
}
.TagClassName
{
border-color: #B8DA77;
}
</style>