Shades of Conifer #BEF64F
Tints of Conifer #BEF64F
RGB
CMYK
RGB Variations
Color information
#BEF64F (or 0xBEF64F) is known color: Conifer. HEX triplet: BE, F6 and 4F. RGB value is (190,246,79). Sum of RGB (Red+Green+Blue) = 190+246+79=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF64F is #4109B0. Grayscale: #D2D2D2. Windows color (decimal): -4262321 or 5240510. OLE color: 5240510.
HSL color Cylindrical-coordinate representation of color #BEF64F: hue angle of 80.12º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF64F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 79 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.04 |
| HSL | 80.12º | 0.9% | 0.64% | - |
| HSV(B) | 80.12º | 0.68% | 0.96% | - |
| XYZ | 55.6 | 77.42 | 19.41 | - |
| YUV | 210.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 79 | 0.23 | 0 | 0.68 | 0.04 | 80.12 | 0.9 | 0.64 |
| Hex | BE | F6 | 4F | 17 | 0 | 44 | 4 | 50 | 5A | 40 |
| Octal | 276 | 366 | 117 | 27 | 0 | 104 | 4 | 120 | 132 | 100 |
| Binary | 10111110 | 11110110 | 1001111 | 10111 | 0 | 1000100 | 100 | 1010000 | 1011010 | 1000000 |
Color Harmonies of #BEF64F
Complementary color
Monochromatic Colors of #BEF64F
Black with #BEF64F
Text Example
Text Example
White with #BEF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF64F; }
p { color: rgb(190,246,79); }
H1.HeaderClassName
{
color: #BEF64F;
}
.AnyTagClassName
{
color: #BEF64F;
}
</style>
background-color css
<style>
a { background-color: #BEF64F; }
a { background-color: rgb(190,246,79); }
div.DivClassName
{
background-color: #BEF64F;
}
.BgClassName
{
background-color: #BEF64F;
}
</style>
border-color css
<style>
span { border-color: #BEF64F; }
span { border-color: rgb(190,246,79); }
td.TdClassName
{
border-color: #BEF64F;
}
.TagClassName
{
border-color: #BEF64F;
}
</style>