Shades of Sulu #B8ED80
Tints of Sulu #B8ED80
RGB
CMYK
RGB Variations
Color information
#B8ED80 (or 0xB8ED80) is known color: Sulu. HEX triplet: B8, ED and 80. RGB value is (184,237,128). Sum of RGB (Red+Green+Blue) = 184+237+128=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8ED80 is #47127F. Grayscale: #D1D1D1. Windows color (decimal): -4657792 or 8449464. OLE color: 8449464.
HSL color Cylindrical-coordinate representation of color #B8ED80: hue angle of 89.17º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8ED80 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 128 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.07 |
| HSL | 89.17º | 0.75% | 0.72% | - |
| HSV(B) | 89.17º | 0.46% | 0.93% | - |
| XYZ | 53.95 | 72.32 | 31.54 | - |
| YUV | 208.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 128 | 0.22 | 0 | 0.46 | 0.07 | 89.17 | 0.75 | 0.72 |
| Hex | B8 | ED | 80 | 16 | 0 | 2E | 7 | 59 | 4B | 48 |
| Octal | 270 | 355 | 200 | 26 | 0 | 56 | 7 | 131 | 113 | 110 |
| Binary | 10111000 | 11101101 | 10000000 | 10110 | 0 | 101110 | 111 | 1011001 | 1001011 | 1001000 |
Color Harmonies of #B8ED80
Complementary color
Monochromatic Colors of #B8ED80
Black with #B8ED80
Text Example
Text Example
White with #B8ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED80; }
p { color: rgb(184,237,128); }
H1.HeaderClassName
{
color: #B8ED80;
}
.AnyTagClassName
{
color: #B8ED80;
}
</style>
background-color css
<style>
a { background-color: #B8ED80; }
a { background-color: rgb(184,237,128); }
div.DivClassName
{
background-color: #B8ED80;
}
.BgClassName
{
background-color: #B8ED80;
}
</style>
border-color css
<style>
span { border-color: #B8ED80; }
span { border-color: rgb(184,237,128); }
td.TdClassName
{
border-color: #B8ED80;
}
.TagClassName
{
border-color: #B8ED80;
}
</style>