Shades of Sulu #B5E572
Tints of Sulu #B5E572
RGB
CMYK
RGB Variations
Color information
#B5E572 (or 0xB5E572) is known color: Sulu. HEX triplet: B5, E5 and 72. RGB value is (181,229,114). Sum of RGB (Red+Green+Blue) = 181+229+114=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E572 is #4A1A8D. Grayscale: #C9C9C9. Windows color (decimal): -4856462 or 7529909. OLE color: 7529909.
HSL color Cylindrical-coordinate representation of color #B5E572: hue angle of 85.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5E572 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 114 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.10 |
| HSL | 85.04º | 0.69% | 0.67% | - |
| HSV(B) | 85.04º | 0.5% | 0.9% | - |
| XYZ | 50.11 | 67.08 | 26.23 | - |
| YUV | 201.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 114 | 0.21 | 0 | 0.50 | 0.10 | 85.04 | 0.69 | 0.67 |
| Hex | B5 | E5 | 72 | 15 | 0 | 32 | A | 55 | 45 | 43 |
| Octal | 265 | 345 | 162 | 25 | 0 | 62 | 12 | 125 | 105 | 103 |
| Binary | 10110101 | 11100101 | 1110010 | 10101 | 0 | 110010 | 1010 | 1010101 | 1000101 | 1000011 |
Color Harmonies of #B5E572
Complementary color
Monochromatic Colors of #B5E572
Black with #B5E572
Text Example
Text Example
White with #B5E572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E572; }
p { color: rgb(181,229,114); }
H1.HeaderClassName
{
color: #B5E572;
}
.AnyTagClassName
{
color: #B5E572;
}
</style>
background-color css
<style>
a { background-color: #B5E572; }
a { background-color: rgb(181,229,114); }
div.DivClassName
{
background-color: #B5E572;
}
.BgClassName
{
background-color: #B5E572;
}
</style>
border-color css
<style>
span { border-color: #B5E572; }
span { border-color: rgb(181,229,114); }
td.TdClassName
{
border-color: #B5E572;
}
.TagClassName
{
border-color: #B5E572;
}
</style>