Shades of Sulu #B8ED77
Tints of Sulu #B8ED77
RGB
CMYK
RGB Variations
Color information
#B8ED77 (or 0xB8ED77) is known color: Sulu. HEX triplet: B8, ED and 77. RGB value is (184,237,119). Sum of RGB (Red+Green+Blue) = 184+237+119=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED77 is #471288. Grayscale: #D0D0D0. Windows color (decimal): -4657801 or 7859640. OLE color: 7859640.
HSL color Cylindrical-coordinate representation of color #B8ED77: hue angle of 86.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8ED77 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 119 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.07 |
| HSL | 86.95º | 0.77% | 0.7% | - |
| HSV(B) | 86.95º | 0.5% | 0.93% | - |
| XYZ | 53.38 | 72.09 | 28.55 | - |
| YUV | 207.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 119 | 0.22 | 0 | 0.50 | 0.07 | 86.95 | 0.77 | 0.7 |
| Hex | B8 | ED | 77 | 16 | 0 | 32 | 7 | 57 | 4D | 46 |
| Octal | 270 | 355 | 167 | 26 | 0 | 62 | 7 | 127 | 115 | 106 |
| Binary | 10111000 | 11101101 | 1110111 | 10110 | 0 | 110010 | 111 | 1010111 | 1001101 | 1000110 |
Color Harmonies of #B8ED77
Complementary color
Monochromatic Colors of #B8ED77
Black with #B8ED77
Text Example
Text Example
White with #B8ED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED77; }
p { color: rgb(184,237,119); }
H1.HeaderClassName
{
color: #B8ED77;
}
.AnyTagClassName
{
color: #B8ED77;
}
</style>
background-color css
<style>
a { background-color: #B8ED77; }
a { background-color: rgb(184,237,119); }
div.DivClassName
{
background-color: #B8ED77;
}
.BgClassName
{
background-color: #B8ED77;
}
</style>
border-color css
<style>
span { border-color: #B8ED77; }
span { border-color: rgb(184,237,119); }
td.TdClassName
{
border-color: #B8ED77;
}
.TagClassName
{
border-color: #B8ED77;
}
</style>