Shades of Sulu #B4E47E
Tints of Sulu #B4E47E
RGB
CMYK
RGB Variations
Color information
#B4E47E (or 0xB4E47E) is known color: Sulu. HEX triplet: B4, E4 and 7E. RGB value is (180,228,126). Sum of RGB (Red+Green+Blue) = 180+228+126=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E47E is #4B1B81. Grayscale: #CACACA. Windows color (decimal): -4922242 or 8316084. OLE color: 8316084.
HSL color Cylindrical-coordinate representation of color #B4E47E: hue angle of 88.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4E47E is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 228 | 126 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.11 |
| HSL | 88.24º | 0.65% | 0.69% | - |
| HSV(B) | 88.24º | 0.45% | 0.89% | - |
| XYZ | 50.33 | 66.7 | 29.96 | - |
| YUV | 202.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 126 | 0.21 | 0 | 0.45 | 0.11 | 88.24 | 0.65 | 0.69 |
| Hex | B4 | E4 | 7E | 15 | 0 | 2D | B | 58 | 41 | 45 |
| Octal | 264 | 344 | 176 | 25 | 0 | 55 | 13 | 130 | 101 | 105 |
| Binary | 10110100 | 11100100 | 1111110 | 10101 | 0 | 101101 | 1011 | 1011000 | 1000001 | 1000101 |
Color Harmonies of #B4E47E
Complementary color
Monochromatic Colors of #B4E47E
Black with #B4E47E
Text Example
Text Example
White with #B4E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E47E; }
p { color: rgb(180,228,126); }
H1.HeaderClassName
{
color: #B4E47E;
}
.AnyTagClassName
{
color: #B4E47E;
}
</style>
background-color css
<style>
a { background-color: #B4E47E; }
a { background-color: rgb(180,228,126); }
div.DivClassName
{
background-color: #B4E47E;
}
.BgClassName
{
background-color: #B4E47E;
}
</style>
border-color css
<style>
span { border-color: #B4E47E; }
span { border-color: rgb(180,228,126); }
td.TdClassName
{
border-color: #B4E47E;
}
.TagClassName
{
border-color: #B4E47E;
}
</style>