Shades of Conifer #B5F25E
Tints of Conifer #B5F25E
RGB
CMYK
RGB Variations
Color information
#B5F25E (or 0xB5F25E) is known color: Conifer. HEX triplet: B5, F2 and 5E. RGB value is (181,242,94). Sum of RGB (Red+Green+Blue) = 181+242+94=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F25E is #4A0DA1. Grayscale: #CFCFCF. Windows color (decimal): -4853154 or 6222517. OLE color: 6222517.
HSL color Cylindrical-coordinate representation of color #B5F25E: hue angle of 84.73º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5F25E is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 94 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.05 |
| HSL | 84.73º | 0.85% | 0.66% | - |
| HSV(B) | 84.73º | 0.61% | 0.95% | - |
| XYZ | 52.83 | 74.14 | 22.12 | - |
| YUV | 206.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 94 | 0.25 | 0 | 0.61 | 0.05 | 84.73 | 0.85 | 0.66 |
| Hex | B5 | F2 | 5E | 19 | 0 | 3D | 5 | 55 | 55 | 42 |
| Octal | 265 | 362 | 136 | 31 | 0 | 75 | 5 | 125 | 125 | 102 |
| Binary | 10110101 | 11110010 | 1011110 | 11001 | 0 | 111101 | 101 | 1010101 | 1010101 | 1000010 |
Color Harmonies of #B5F25E
Complementary color
Monochromatic Colors of #B5F25E
Black with #B5F25E
Text Example
Text Example
White with #B5F25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F25E; }
p { color: rgb(181,242,94); }
H1.HeaderClassName
{
color: #B5F25E;
}
.AnyTagClassName
{
color: #B5F25E;
}
</style>
background-color css
<style>
a { background-color: #B5F25E; }
a { background-color: rgb(181,242,94); }
div.DivClassName
{
background-color: #B5F25E;
}
.BgClassName
{
background-color: #B5F25E;
}
</style>
border-color css
<style>
span { border-color: #B5F25E; }
span { border-color: rgb(181,242,94); }
td.TdClassName
{
border-color: #B5F25E;
}
.TagClassName
{
border-color: #B5F25E;
}
</style>