Shades of Conifer #B6EF64
Tints of Conifer #B6EF64
RGB
CMYK
RGB Variations
Color information
#B6EF64 (or 0xB6EF64) is known color: Conifer. HEX triplet: B6, EF and 64. RGB value is (182,239,100). Sum of RGB (Red+Green+Blue) = 182+239+100=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6EF64 is #49109B. Grayscale: #CECECE. Windows color (decimal): -4788380 or 6614966. OLE color: 6614966.
HSL color Cylindrical-coordinate representation of color #B6EF64: hue angle of 84.6º 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 #B6EF64 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 239 | 100 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.06 |
| HSL | 84.6º | 0.81% | 0.66% | - |
| HSV(B) | 84.6º | 0.58% | 0.94% | - |
| XYZ | 52.46 | 72.6 | 23.3 | - |
| YUV | 206.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 239 | 100 | 0.24 | 0 | 0.58 | 0.06 | 84.6 | 0.81 | 0.66 |
| Hex | B6 | EF | 64 | 18 | 0 | 3A | 6 | 55 | 51 | 42 |
| Octal | 266 | 357 | 144 | 30 | 0 | 72 | 6 | 125 | 121 | 102 |
| Binary | 10110110 | 11101111 | 1100100 | 11000 | 0 | 111010 | 110 | 1010101 | 1010001 | 1000010 |
Color Harmonies of #B6EF64
Complementary color
Monochromatic Colors of #B6EF64
Black with #B6EF64
Text Example
Text Example
White with #B6EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EF64; }
p { color: rgb(182,239,100); }
H1.HeaderClassName
{
color: #B6EF64;
}
.AnyTagClassName
{
color: #B6EF64;
}
</style>
background-color css
<style>
a { background-color: #B6EF64; }
a { background-color: rgb(182,239,100); }
div.DivClassName
{
background-color: #B6EF64;
}
.BgClassName
{
background-color: #B6EF64;
}
</style>
border-color css
<style>
span { border-color: #B6EF64; }
span { border-color: rgb(182,239,100); }
td.TdClassName
{
border-color: #B6EF64;
}
.TagClassName
{
border-color: #B6EF64;
}
</style>