Shades of Sulu #B4EA81
Tints of Sulu #B4EA81
RGB
CMYK
RGB Variations
Color information
#B4EA81 (or 0xB4EA81) is known color: Sulu. HEX triplet: B4, EA and 81. RGB value is (180,234,129). Sum of RGB (Red+Green+Blue) = 180+234+129=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EA81 is #4B157E. Grayscale: #CECECE. Windows color (decimal): -4920703 or 8514228. OLE color: 8514228.
HSL color Cylindrical-coordinate representation of color #B4EA81: hue angle of 90.86º 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 #B4EA81 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 129 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.08 |
| HSL | 90.86º | 0.71% | 0.71% | - |
| HSV(B) | 90.86º | 0.45% | 0.92% | - |
| XYZ | 52.21 | 70.13 | 31.55 | - |
| YUV | 205.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 129 | 0.23 | 0 | 0.45 | 0.08 | 90.86 | 0.71 | 0.71 |
| Hex | B4 | EA | 81 | 17 | 0 | 2D | 8 | 5B | 47 | 47 |
| Octal | 264 | 352 | 201 | 27 | 0 | 55 | 10 | 133 | 107 | 107 |
| Binary | 10110100 | 11101010 | 10000001 | 10111 | 0 | 101101 | 1000 | 1011011 | 1000111 | 1000111 |
Color Harmonies of #B4EA81
Complementary color
Monochromatic Colors of #B4EA81
Black with #B4EA81
Text Example
Text Example
White with #B4EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EA81; }
p { color: rgb(180,234,129); }
H1.HeaderClassName
{
color: #B4EA81;
}
.AnyTagClassName
{
color: #B4EA81;
}
</style>
background-color css
<style>
a { background-color: #B4EA81; }
a { background-color: rgb(180,234,129); }
div.DivClassName
{
background-color: #B4EA81;
}
.BgClassName
{
background-color: #B4EA81;
}
</style>
border-color css
<style>
span { border-color: #B4EA81; }
span { border-color: rgb(180,234,129); }
td.TdClassName
{
border-color: #B4EA81;
}
.TagClassName
{
border-color: #B4EA81;
}
</style>