Shades of Sulu #B5E172
Tints of Sulu #B5E172
RGB
CMYK
RGB Variations
Color information
#B5E172 (or 0xB5E172) is known color: Sulu. HEX triplet: B5, E1 and 72. RGB value is (181,225,114). Sum of RGB (Red+Green+Blue) = 181+225+114=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E172 is #4A1E8D. Grayscale: #C7C7C7. Windows color (decimal): -4857486 or 7528885. OLE color: 7528885.
HSL color Cylindrical-coordinate representation of color #B5E172: hue angle of 83.78º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5E172 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 114 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.12 |
| HSL | 83.78º | 0.65% | 0.66% | - |
| HSV(B) | 83.78º | 0.49% | 0.88% | - |
| XYZ | 49.02 | 64.89 | 25.86 | - |
| YUV | 199.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 114 | 0.20 | 0 | 0.49 | 0.12 | 83.78 | 0.65 | 0.66 |
| Hex | B5 | E1 | 72 | 14 | 0 | 31 | C | 54 | 41 | 42 |
| Octal | 265 | 341 | 162 | 24 | 0 | 61 | 14 | 124 | 101 | 102 |
| Binary | 10110101 | 11100001 | 1110010 | 10100 | 0 | 110001 | 1100 | 1010100 | 1000001 | 1000010 |
Color Harmonies of #B5E172
Complementary color
Monochromatic Colors of #B5E172
Black with #B5E172
Text Example
Text Example
White with #B5E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E172; }
p { color: rgb(181,225,114); }
H1.HeaderClassName
{
color: #B5E172;
}
.AnyTagClassName
{
color: #B5E172;
}
</style>
background-color css
<style>
a { background-color: #B5E172; }
a { background-color: rgb(181,225,114); }
div.DivClassName
{
background-color: #B5E172;
}
.BgClassName
{
background-color: #B5E172;
}
</style>
border-color css
<style>
span { border-color: #B5E172; }
span { border-color: rgb(181,225,114); }
td.TdClassName
{
border-color: #B5E172;
}
.TagClassName
{
border-color: #B5E172;
}
</style>