Shades of Conifer #BEFA4D
Tints of Conifer #BEFA4D
RGB
CMYK
RGB Variations
Color information
#BEFA4D (or 0xBEFA4D) is known color: Conifer. HEX triplet: BE, FA and 4D. RGB value is (190,250,77). Sum of RGB (Red+Green+Blue) = 190+250+77=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA4D is #4105B2. Grayscale: #D4D4D4. Windows color (decimal): -4261299 or 5110462. OLE color: 5110462.
HSL color Cylindrical-coordinate representation of color #BEFA4D: hue angle of 80.81º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEFA4D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.02 |
| HSL | 80.81º | 0.95% | 0.64% | - |
| HSV(B) | 80.81º | 0.69% | 0.98% | - |
| XYZ | 56.76 | 79.85 | 19.44 | - |
| YUV | 212.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 77 | 0.24 | 0 | 0.69 | 0.02 | 80.81 | 0.95 | 0.64 |
| Hex | BE | FA | 4D | 18 | 0 | 45 | 2 | 51 | 5F | 40 |
| Octal | 276 | 372 | 115 | 30 | 0 | 105 | 2 | 121 | 137 | 100 |
| Binary | 10111110 | 11111010 | 1001101 | 11000 | 0 | 1000101 | 10 | 1010001 | 1011111 | 1000000 |
Color Harmonies of #BEFA4D
Complementary color
Monochromatic Colors of #BEFA4D
Black with #BEFA4D
Text Example
Text Example
White with #BEFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA4D; }
p { color: rgb(190,250,77); }
H1.HeaderClassName
{
color: #BEFA4D;
}
.AnyTagClassName
{
color: #BEFA4D;
}
</style>
background-color css
<style>
a { background-color: #BEFA4D; }
a { background-color: rgb(190,250,77); }
div.DivClassName
{
background-color: #BEFA4D;
}
.BgClassName
{
background-color: #BEFA4D;
}
</style>
border-color css
<style>
span { border-color: #BEFA4D; }
span { border-color: rgb(190,250,77); }
td.TdClassName
{
border-color: #BEFA4D;
}
.TagClassName
{
border-color: #BEFA4D;
}
</style>