Shades of Conifer #B5EF4E
Tints of Conifer #B5EF4E
RGB
CMYK
RGB Variations
Color information
#B5EF4E (or 0xB5EF4E) is known color: Conifer. HEX triplet: B5, EF and 4E. RGB value is (181,239,78). Sum of RGB (Red+Green+Blue) = 181+239+78=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EF4E is #4A10B1. Grayscale: #CBCBCB. Windows color (decimal): -4853938 or 5173173. OLE color: 5173173.
HSL color Cylindrical-coordinate representation of color #B5EF4E: hue angle of 81.61º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5EF4E is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 78 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.06 |
| HSL | 81.61º | 0.83% | 0.62% | - |
| HSV(B) | 81.61º | 0.67% | 0.94% | - |
| XYZ | 51.3 | 72.11 | 18.42 | - |
| YUV | 203.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 78 | 0.24 | 0 | 0.67 | 0.06 | 81.61 | 0.83 | 0.62 |
| Hex | B5 | EF | 4E | 18 | 0 | 43 | 6 | 52 | 53 | 3E |
| Octal | 265 | 357 | 116 | 30 | 0 | 103 | 6 | 122 | 123 | 76 |
| Binary | 10110101 | 11101111 | 1001110 | 11000 | 0 | 1000011 | 110 | 1010010 | 1010011 | 111110 |
Color Harmonies of #B5EF4E
Complementary color
Monochromatic Colors of #B5EF4E
Black with #B5EF4E
Text Example
Text Example
White with #B5EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EF4E; }
p { color: rgb(181,239,78); }
H1.HeaderClassName
{
color: #B5EF4E;
}
.AnyTagClassName
{
color: #B5EF4E;
}
</style>
background-color css
<style>
a { background-color: #B5EF4E; }
a { background-color: rgb(181,239,78); }
div.DivClassName
{
background-color: #B5EF4E;
}
.BgClassName
{
background-color: #B5EF4E;
}
</style>
border-color css
<style>
span { border-color: #B5EF4E; }
span { border-color: rgb(181,239,78); }
td.TdClassName
{
border-color: #B5EF4E;
}
.TagClassName
{
border-color: #B5EF4E;
}
</style>