Shades of Conifer #BEFC4E
Tints of Conifer #BEFC4E
RGB
CMYK
RGB Variations
Color information
#BEFC4E (or 0xBEFC4E) is known color: Conifer. HEX triplet: BE, FC and 4E. RGB value is (190,252,78). Sum of RGB (Red+Green+Blue) = 190+252+78=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC4E is #4103B1. Grayscale: #D6D6D6. Windows color (decimal): -4260786 or 5176510. OLE color: 5176510.
HSL color Cylindrical-coordinate representation of color #BEFC4E: hue angle of 81.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEFC4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.01 |
| HSL | 81.38º | 0.97% | 0.65% | - |
| HSV(B) | 81.38º | 0.69% | 0.99% | - |
| XYZ | 57.42 | 81.12 | 19.84 | - |
| YUV | 213.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 78 | 0.25 | 0 | 0.69 | 0.01 | 81.38 | 0.97 | 0.65 |
| Hex | BE | FC | 4E | 19 | 0 | 45 | 1 | 51 | 61 | 41 |
| Octal | 276 | 374 | 116 | 31 | 0 | 105 | 1 | 121 | 141 | 101 |
| Binary | 10111110 | 11111100 | 1001110 | 11001 | 0 | 1000101 | 1 | 1010001 | 1100001 | 1000001 |
Color Harmonies of #BEFC4E
Complementary color
Monochromatic Colors of #BEFC4E
Black with #BEFC4E
Text Example
Text Example
White with #BEFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC4E; }
p { color: rgb(190,252,78); }
H1.HeaderClassName
{
color: #BEFC4E;
}
.AnyTagClassName
{
color: #BEFC4E;
}
</style>
background-color css
<style>
a { background-color: #BEFC4E; }
a { background-color: rgb(190,252,78); }
div.DivClassName
{
background-color: #BEFC4E;
}
.BgClassName
{
background-color: #BEFC4E;
}
</style>
border-color css
<style>
span { border-color: #BEFC4E; }
span { border-color: rgb(190,252,78); }
td.TdClassName
{
border-color: #BEFC4E;
}
.TagClassName
{
border-color: #BEFC4E;
}
</style>