Shades of Sulu #B5EA6C
Tints of Sulu #B5EA6C
RGB
CMYK
RGB Variations
Color information
#B5EA6C (or 0xB5EA6C) is known color: Sulu. HEX triplet: B5, EA and 6C. RGB value is (181,234,108). Sum of RGB (Red+Green+Blue) = 181+234+108=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EA6C is #4A1593. Grayscale: #CCCCCC. Windows color (decimal): -4855188 or 7137973. OLE color: 7137973.
HSL color Cylindrical-coordinate representation of color #B5EA6C: hue angle of 85.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5EA6C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 108 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.08 |
| HSL | 85.24º | 0.75% | 0.67% | - |
| HSV(B) | 85.24º | 0.54% | 0.92% | - |
| XYZ | 51.19 | 69.75 | 24.95 | - |
| YUV | 203.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 108 | 0.23 | 0 | 0.54 | 0.08 | 85.24 | 0.75 | 0.67 |
| Hex | B5 | EA | 6C | 17 | 0 | 36 | 8 | 55 | 4B | 43 |
| Octal | 265 | 352 | 154 | 27 | 0 | 66 | 10 | 125 | 113 | 103 |
| Binary | 10110101 | 11101010 | 1101100 | 10111 | 0 | 110110 | 1000 | 1010101 | 1001011 | 1000011 |
Color Harmonies of #B5EA6C
Complementary color
Monochromatic Colors of #B5EA6C
Black with #B5EA6C
Text Example
Text Example
White with #B5EA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA6C; }
p { color: rgb(181,234,108); }
H1.HeaderClassName
{
color: #B5EA6C;
}
.AnyTagClassName
{
color: #B5EA6C;
}
</style>
background-color css
<style>
a { background-color: #B5EA6C; }
a { background-color: rgb(181,234,108); }
div.DivClassName
{
background-color: #B5EA6C;
}
.BgClassName
{
background-color: #B5EA6C;
}
</style>
border-color css
<style>
span { border-color: #B5EA6C; }
span { border-color: rgb(181,234,108); }
td.TdClassName
{
border-color: #B5EA6C;
}
.TagClassName
{
border-color: #B5EA6C;
}
</style>