Shades of Conifer #B5EF65
Tints of Conifer #B5EF65
RGB
CMYK
RGB Variations
Color information
#B5EF65 (or 0xB5EF65) is known color: Conifer. HEX triplet: B5, EF and 65. RGB value is (181,239,101). Sum of RGB (Red+Green+Blue) = 181+239+101=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EF65 is #4A109A. Grayscale: #CECECE. Windows color (decimal): -4853915 or 6680501. OLE color: 6680501.
HSL color Cylindrical-coordinate representation of color #B5EF65: hue angle of 85.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5EF65 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 101 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.06 |
| HSL | 85.22º | 0.81% | 0.67% | - |
| HSV(B) | 85.22º | 0.58% | 0.94% | - |
| XYZ | 52.27 | 72.5 | 23.55 | - |
| YUV | 205.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 101 | 0.24 | 0 | 0.58 | 0.06 | 85.22 | 0.81 | 0.67 |
| Hex | B5 | EF | 65 | 18 | 0 | 3A | 6 | 55 | 51 | 43 |
| Octal | 265 | 357 | 145 | 30 | 0 | 72 | 6 | 125 | 121 | 103 |
| Binary | 10110101 | 11101111 | 1100101 | 11000 | 0 | 111010 | 110 | 1010101 | 1010001 | 1000011 |
Color Harmonies of #B5EF65
Complementary color
Monochromatic Colors of #B5EF65
Black with #B5EF65
Text Example
Text Example
White with #B5EF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EF65; }
p { color: rgb(181,239,101); }
H1.HeaderClassName
{
color: #B5EF65;
}
.AnyTagClassName
{
color: #B5EF65;
}
</style>
background-color css
<style>
a { background-color: #B5EF65; }
a { background-color: rgb(181,239,101); }
div.DivClassName
{
background-color: #B5EF65;
}
.BgClassName
{
background-color: #B5EF65;
}
</style>
border-color css
<style>
span { border-color: #B5EF65; }
span { border-color: rgb(181,239,101); }
td.TdClassName
{
border-color: #B5EF65;
}
.TagClassName
{
border-color: #B5EF65;
}
</style>