Shades of Sulu #B8E08D
Tints of Sulu #B8E08D
RGB
CMYK
RGB Variations
Color information
#B8E08D (or 0xB8E08D) is known color: Sulu. HEX triplet: B8, E0 and 8D. RGB value is (184,224,141). Sum of RGB (Red+Green+Blue) = 184+224+141=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E08D is #471F72. Grayscale: #CACACA. Windows color (decimal): -4661107 or 9298104. OLE color: 9298104.
HSL color Cylindrical-coordinate representation of color #B8E08D: hue angle of 88.92º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8E08D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 141 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.12 |
| HSL | 88.92º | 0.57% | 0.72% | - |
| HSV(B) | 88.92º | 0.37% | 0.88% | - |
| XYZ | 51.23 | 65.42 | 35.13 | - |
| YUV | 202.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 141 | 0.18 | 0 | 0.37 | 0.12 | 88.92 | 0.57 | 0.72 |
| Hex | B8 | E0 | 8D | 12 | 0 | 25 | C | 59 | 39 | 48 |
| Octal | 270 | 340 | 215 | 22 | 0 | 45 | 14 | 131 | 71 | 110 |
| Binary | 10111000 | 11100000 | 10001101 | 10010 | 0 | 100101 | 1100 | 1011001 | 111001 | 1001000 |
Color Harmonies of #B8E08D
Complementary color
Monochromatic Colors of #B8E08D
Black with #B8E08D
Text Example
Text Example
White with #B8E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E08D; }
p { color: rgb(184,224,141); }
H1.HeaderClassName
{
color: #B8E08D;
}
.AnyTagClassName
{
color: #B8E08D;
}
</style>
background-color css
<style>
a { background-color: #B8E08D; }
a { background-color: rgb(184,224,141); }
div.DivClassName
{
background-color: #B8E08D;
}
.BgClassName
{
background-color: #B8E08D;
}
</style>
border-color css
<style>
span { border-color: #B8E08D; }
span { border-color: rgb(184,224,141); }
td.TdClassName
{
border-color: #B8E08D;
}
.TagClassName
{
border-color: #B8E08D;
}
</style>