Shades of Sulu #B8E57A
Tints of Sulu #B8E57A
RGB
CMYK
RGB Variations
Color information
#B8E57A (or 0xB8E57A) is known color: Sulu. HEX triplet: B8, E5 and 7A. RGB value is (184,229,122). Sum of RGB (Red+Green+Blue) = 184+229+122=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #B8E57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E57A is #471A85. Grayscale: #CBCBCB. Windows color (decimal): -4659846 or 8054200. OLE color: 8054200.
HSL color Cylindrical-coordinate representation of color #B8E57A: hue angle of 85.23º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8E57A is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 229 | 122 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.10 |
| HSL | 85.23º | 0.67% | 0.69% | - |
| HSV(B) | 85.23º | 0.47% | 0.9% | - |
| XYZ | 51.3 | 67.63 | 28.76 | - |
| YUV | 203.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 229 | 122 | 0.20 | 0 | 0.47 | 0.10 | 85.23 | 0.67 | 0.69 |
| Hex | B8 | E5 | 7A | 14 | 0 | 2F | A | 55 | 43 | 45 |
| Octal | 270 | 345 | 172 | 24 | 0 | 57 | 12 | 125 | 103 | 105 |
| Binary | 10111000 | 11100101 | 1111010 | 10100 | 0 | 101111 | 1010 | 1010101 | 1000011 | 1000101 |
Color Harmonies of #B8E57A
Complementary color
Monochromatic Colors of #B8E57A
Black with #B8E57A
Text Example
Text Example
White with #B8E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E57A; }
p { color: rgb(184,229,122); }
H1.HeaderClassName
{
color: #B8E57A;
}
.AnyTagClassName
{
color: #B8E57A;
}
</style>
background-color css
<style>
a { background-color: #B8E57A; }
a { background-color: rgb(184,229,122); }
div.DivClassName
{
background-color: #B8E57A;
}
.BgClassName
{
background-color: #B8E57A;
}
</style>
border-color css
<style>
span { border-color: #B8E57A; }
span { border-color: rgb(184,229,122); }
td.TdClassName
{
border-color: #B8E57A;
}
.TagClassName
{
border-color: #B8E57A;
}
</style>