Shades of Conifer #B5EF64
Tints of Conifer #B5EF64
RGB
CMYK
RGB Variations
Color information
#B5EF64 (or 0xB5EF64) is known color: Conifer. HEX triplet: B5, EF and 64. RGB value is (181,239,100). Sum of RGB (Red+Green+Blue) = 181+239+100=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EF64 is #4A109B. Grayscale: #CECECE. Windows color (decimal): -4853916 or 6614965. OLE color: 6614965.
HSL color Cylindrical-coordinate representation of color #B5EF64: hue angle of 85.04º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5EF64 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 100 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.06 |
| HSL | 85.04º | 0.81% | 0.66% | - |
| HSV(B) | 85.04º | 0.58% | 0.94% | - |
| XYZ | 52.22 | 72.48 | 23.29 | - |
| YUV | 205.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 100 | 0.24 | 0 | 0.58 | 0.06 | 85.04 | 0.81 | 0.66 |
| Hex | B5 | EF | 64 | 18 | 0 | 3A | 6 | 55 | 51 | 42 |
| Octal | 265 | 357 | 144 | 30 | 0 | 72 | 6 | 125 | 121 | 102 |
| Binary | 10110101 | 11101111 | 1100100 | 11000 | 0 | 111010 | 110 | 1010101 | 1010001 | 1000010 |
Color Harmonies of #B5EF64
Complementary color
Monochromatic Colors of #B5EF64
Black with #B5EF64
Text Example
Text Example
White with #B5EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EF64; }
p { color: rgb(181,239,100); }
H1.HeaderClassName
{
color: #B5EF64;
}
.AnyTagClassName
{
color: #B5EF64;
}
</style>
background-color css
<style>
a { background-color: #B5EF64; }
a { background-color: rgb(181,239,100); }
div.DivClassName
{
background-color: #B5EF64;
}
.BgClassName
{
background-color: #B5EF64;
}
</style>
border-color css
<style>
span { border-color: #B5EF64; }
span { border-color: rgb(181,239,100); }
td.TdClassName
{
border-color: #B5EF64;
}
.TagClassName
{
border-color: #B5EF64;
}
</style>