Shades of Conifer #B5E55F
Tints of Conifer #B5E55F
RGB
CMYK
RGB Variations
Color information
#B5E55F (or 0xB5E55F) is known color: Conifer. HEX triplet: B5, E5 and 5F. RGB value is (181,229,95). Sum of RGB (Red+Green+Blue) = 181+229+95=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E55F is #4A1AA0. Grayscale: #C7C7C7. Windows color (decimal): -4856481 or 6284725. OLE color: 6284725.
HSL color Cylindrical-coordinate representation of color #B5E55F: hue angle of 81.49º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5E55F is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 229 | 95 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.10 |
| HSL | 81.49º | 0.72% | 0.64% | - |
| HSV(B) | 81.49º | 0.59% | 0.9% | - |
| XYZ | 49.14 | 66.69 | 21.11 | - |
| YUV | 199.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 229 | 95 | 0.21 | 0 | 0.59 | 0.10 | 81.49 | 0.72 | 0.64 |
| Hex | B5 | E5 | 5F | 15 | 0 | 3B | A | 51 | 48 | 40 |
| Octal | 265 | 345 | 137 | 25 | 0 | 73 | 12 | 121 | 110 | 100 |
| Binary | 10110101 | 11100101 | 1011111 | 10101 | 0 | 111011 | 1010 | 1010001 | 1001000 | 1000000 |
Color Harmonies of #B5E55F
Complementary color
Monochromatic Colors of #B5E55F
Black with #B5E55F
Text Example
Text Example
White with #B5E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E55F; }
p { color: rgb(181,229,95); }
H1.HeaderClassName
{
color: #B5E55F;
}
.AnyTagClassName
{
color: #B5E55F;
}
</style>
background-color css
<style>
a { background-color: #B5E55F; }
a { background-color: rgb(181,229,95); }
div.DivClassName
{
background-color: #B5E55F;
}
.BgClassName
{
background-color: #B5E55F;
}
</style>
border-color css
<style>
span { border-color: #B5E55F; }
span { border-color: rgb(181,229,95); }
td.TdClassName
{
border-color: #B5E55F;
}
.TagClassName
{
border-color: #B5E55F;
}
</style>