Shades of Sulu #B5E07D
Tints of Sulu #B5E07D
RGB
CMYK
RGB Variations
Color information
#B5E07D (or 0xB5E07D) is known color: Sulu. HEX triplet: B5, E0 and 7D. RGB value is (181,224,125). Sum of RGB (Red+Green+Blue) = 181+224+125=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E07D is #4A1F82. Grayscale: #C8C8C8. Windows color (decimal): -4857731 or 8249525. OLE color: 8249525.
HSL color Cylindrical-coordinate representation of color #B5E07D: hue angle of 86.06º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5E07D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 125 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.12 |
| HSL | 86.06º | 0.61% | 0.68% | - |
| HSV(B) | 86.06º | 0.44% | 0.88% | - |
| XYZ | 49.41 | 64.62 | 29.27 | - |
| YUV | 199.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 125 | 0.19 | 0 | 0.44 | 0.12 | 86.06 | 0.61 | 0.68 |
| Hex | B5 | E0 | 7D | 13 | 0 | 2C | C | 56 | 3D | 44 |
| Octal | 265 | 340 | 175 | 23 | 0 | 54 | 14 | 126 | 75 | 104 |
| Binary | 10110101 | 11100000 | 1111101 | 10011 | 0 | 101100 | 1100 | 1010110 | 111101 | 1000100 |
Color Harmonies of #B5E07D
Complementary color
Monochromatic Colors of #B5E07D
Black with #B5E07D
Text Example
Text Example
White with #B5E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E07D; }
p { color: rgb(181,224,125); }
H1.HeaderClassName
{
color: #B5E07D;
}
.AnyTagClassName
{
color: #B5E07D;
}
</style>
background-color css
<style>
a { background-color: #B5E07D; }
a { background-color: rgb(181,224,125); }
div.DivClassName
{
background-color: #B5E07D;
}
.BgClassName
{
background-color: #B5E07D;
}
</style>
border-color css
<style>
span { border-color: #B5E07D; }
span { border-color: rgb(181,224,125); }
td.TdClassName
{
border-color: #B5E07D;
}
.TagClassName
{
border-color: #B5E07D;
}
</style>