Shades of Sulu #B5EA80
Tints of Sulu #B5EA80
RGB
CMYK
RGB Variations
Color information
#B5EA80 (or 0xB5EA80) is known color: Sulu. HEX triplet: B5, EA and 80. RGB value is (181,234,128). Sum of RGB (Red+Green+Blue) = 181+234+128=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EA80 is #4A157F. Grayscale: #CECECE. Windows color (decimal): -4855168 or 8448693. OLE color: 8448693.
HSL color Cylindrical-coordinate representation of color #B5EA80: hue angle of 90º degrees, saturation: 0.72, 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 #B5EA80 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 128 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.08 |
| HSL | 90º | 0.72% | 0.71% | - |
| HSV(B) | 90º | 0.45% | 0.92% | - |
| XYZ | 52.38 | 70.23 | 31.22 | - |
| YUV | 206.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 128 | 0.23 | 0 | 0.45 | 0.08 | 90 | 0.72 | 0.71 |
| Hex | B5 | EA | 80 | 17 | 0 | 2D | 8 | 5A | 48 | 47 |
| Octal | 265 | 352 | 200 | 27 | 0 | 55 | 10 | 132 | 110 | 107 |
| Binary | 10110101 | 11101010 | 10000000 | 10111 | 0 | 101101 | 1000 | 1011010 | 1001000 | 1000111 |
Color Harmonies of #B5EA80
Complementary color
Monochromatic Colors of #B5EA80
Black with #B5EA80
Text Example
Text Example
White with #B5EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA80; }
p { color: rgb(181,234,128); }
H1.HeaderClassName
{
color: #B5EA80;
}
.AnyTagClassName
{
color: #B5EA80;
}
</style>
background-color css
<style>
a { background-color: #B5EA80; }
a { background-color: rgb(181,234,128); }
div.DivClassName
{
background-color: #B5EA80;
}
.BgClassName
{
background-color: #B5EA80;
}
</style>
border-color css
<style>
span { border-color: #B5EA80; }
span { border-color: rgb(181,234,128); }
td.TdClassName
{
border-color: #B5EA80;
}
.TagClassName
{
border-color: #B5EA80;
}
</style>