Shades of Sulu #B4E57B
Tints of Sulu #B4E57B
RGB
CMYK
RGB Variations
Color information
#B4E57B (or 0xB4E57B) is known color: Sulu. HEX triplet: B4, E5 and 7B. RGB value is (180,229,123). Sum of RGB (Red+Green+Blue) = 180+229+123=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E57B is #4B1A84. Grayscale: #CACACA. Windows color (decimal): -4921989 or 8119732. OLE color: 8119732.
HSL color Cylindrical-coordinate representation of color #B4E57B: hue angle of 87.74º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4E57B is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 123 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.10 |
| HSL | 87.74º | 0.67% | 0.69% | - |
| HSV(B) | 87.74º | 0.46% | 0.9% | - |
| XYZ | 50.42 | 67.17 | 29.05 | - |
| YUV | 202.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 123 | 0.21 | 0 | 0.46 | 0.10 | 87.74 | 0.67 | 0.69 |
| Hex | B4 | E5 | 7B | 15 | 0 | 2E | A | 58 | 43 | 45 |
| Octal | 264 | 345 | 173 | 25 | 0 | 56 | 12 | 130 | 103 | 105 |
| Binary | 10110100 | 11100101 | 1111011 | 10101 | 0 | 101110 | 1010 | 1011000 | 1000011 | 1000101 |
Color Harmonies of #B4E57B
Complementary color
Monochromatic Colors of #B4E57B
Black with #B4E57B
Text Example
Text Example
White with #B4E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E57B; }
p { color: rgb(180,229,123); }
H1.HeaderClassName
{
color: #B4E57B;
}
.AnyTagClassName
{
color: #B4E57B;
}
</style>
background-color css
<style>
a { background-color: #B4E57B; }
a { background-color: rgb(180,229,123); }
div.DivClassName
{
background-color: #B4E57B;
}
.BgClassName
{
background-color: #B4E57B;
}
</style>
border-color css
<style>
span { border-color: #B4E57B; }
span { border-color: rgb(180,229,123); }
td.TdClassName
{
border-color: #B4E57B;
}
.TagClassName
{
border-color: #B4E57B;
}
</style>