Shades of Sulu #B5EA81
Tints of Sulu #B5EA81
RGB
CMYK
RGB Variations
Color information
#B5EA81 (or 0xB5EA81) is known color: Sulu. HEX triplet: B5, EA and 81. RGB value is (181,234,129). Sum of RGB (Red+Green+Blue) = 181+234+129=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EA81 is #4A157E. Grayscale: #CECECE. Windows color (decimal): -4855167 or 8514229. OLE color: 8514229.
HSL color Cylindrical-coordinate representation of color #B5EA81: hue angle of 90.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5EA81 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 129 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.08 |
| HSL | 90.29º | 0.71% | 0.71% | - |
| HSV(B) | 90.29º | 0.45% | 0.92% | - |
| XYZ | 52.44 | 70.25 | 31.57 | - |
| YUV | 206.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 129 | 0.23 | 0 | 0.45 | 0.08 | 90.29 | 0.71 | 0.71 |
| Hex | B5 | EA | 81 | 17 | 0 | 2D | 8 | 5A | 47 | 47 |
| Octal | 265 | 352 | 201 | 27 | 0 | 55 | 10 | 132 | 107 | 107 |
| Binary | 10110101 | 11101010 | 10000001 | 10111 | 0 | 101101 | 1000 | 1011010 | 1000111 | 1000111 |
Color Harmonies of #B5EA81
Complementary color
Monochromatic Colors of #B5EA81
Black with #B5EA81
Text Example
Text Example
White with #B5EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA81; }
p { color: rgb(181,234,129); }
H1.HeaderClassName
{
color: #B5EA81;
}
.AnyTagClassName
{
color: #B5EA81;
}
</style>
background-color css
<style>
a { background-color: #B5EA81; }
a { background-color: rgb(181,234,129); }
div.DivClassName
{
background-color: #B5EA81;
}
.BgClassName
{
background-color: #B5EA81;
}
</style>
border-color css
<style>
span { border-color: #B5EA81; }
span { border-color: rgb(181,234,129); }
td.TdClassName
{
border-color: #B5EA81;
}
.TagClassName
{
border-color: #B5EA81;
}
</style>