Shades of Sulu #B5ED6D
Tints of Sulu #B5ED6D
RGB
CMYK
RGB Variations
Color information
#B5ED6D (or 0xB5ED6D) is known color: Sulu. HEX triplet: B5, ED and 6D. RGB value is (181,237,109). Sum of RGB (Red+Green+Blue) = 181+237+109=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5ED6D is #4A1292. Grayscale: #CECECE. Windows color (decimal): -4854419 or 7204277. OLE color: 7204277.
HSL color Cylindrical-coordinate representation of color #B5ED6D: hue angle of 86.25º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5ED6D is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 109 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.07 |
| HSL | 86.25º | 0.78% | 0.68% | - |
| HSV(B) | 86.25º | 0.54% | 0.93% | - |
| XYZ | 52.1 | 71.5 | 25.52 | - |
| YUV | 205.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 109 | 0.24 | 0 | 0.54 | 0.07 | 86.25 | 0.78 | 0.68 |
| Hex | B5 | ED | 6D | 18 | 0 | 36 | 7 | 56 | 4E | 44 |
| Octal | 265 | 355 | 155 | 30 | 0 | 66 | 7 | 126 | 116 | 104 |
| Binary | 10110101 | 11101101 | 1101101 | 11000 | 0 | 110110 | 111 | 1010110 | 1001110 | 1000100 |
Color Harmonies of #B5ED6D
Complementary color
Monochromatic Colors of #B5ED6D
Black with #B5ED6D
Text Example
Text Example
White with #B5ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED6D; }
p { color: rgb(181,237,109); }
H1.HeaderClassName
{
color: #B5ED6D;
}
.AnyTagClassName
{
color: #B5ED6D;
}
</style>
background-color css
<style>
a { background-color: #B5ED6D; }
a { background-color: rgb(181,237,109); }
div.DivClassName
{
background-color: #B5ED6D;
}
.BgClassName
{
background-color: #B5ED6D;
}
</style>
border-color css
<style>
span { border-color: #B5ED6D; }
span { border-color: rgb(181,237,109); }
td.TdClassName
{
border-color: #B5ED6D;
}
.TagClassName
{
border-color: #B5ED6D;
}
</style>