Shades of Conifer #BEFD4E
Tints of Conifer #BEFD4E
RGB
CMYK
RGB Variations
Color information
#BEFD4E (or 0xBEFD4E) is known color: Conifer. HEX triplet: BE, FD and 4E. RGB value is (190,253,78). Sum of RGB (Red+Green+Blue) = 190+253+78=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD4E is #4102B1. Grayscale: #D6D6D6. Windows color (decimal): -4260530 or 5176766. OLE color: 5176766.
HSL color Cylindrical-coordinate representation of color #BEFD4E: hue angle of 81.6º degrees, saturation: 0.98, 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 #BEFD4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.01 |
| HSL | 81.6º | 0.98% | 0.65% | - |
| HSV(B) | 81.6º | 0.69% | 0.99% | - |
| XYZ | 57.74 | 81.75 | 19.94 | - |
| YUV | 214.21 | 51.13 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 78 | 0.25 | 0 | 0.69 | 0.01 | 81.6 | 0.98 | 0.65 |
| Hex | BE | FD | 4E | 19 | 0 | 45 | 1 | 52 | 62 | 41 |
| Octal | 276 | 375 | 116 | 31 | 0 | 105 | 1 | 122 | 142 | 101 |
| Binary | 10111110 | 11111101 | 1001110 | 11001 | 0 | 1000101 | 1 | 1010010 | 1100010 | 1000001 |
Color Harmonies of #BEFD4E
Complementary color
Monochromatic Colors of #BEFD4E
Black with #BEFD4E
Text Example
Text Example
White with #BEFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD4E; }
p { color: rgb(190,253,78); }
H1.HeaderClassName
{
color: #BEFD4E;
}
.AnyTagClassName
{
color: #BEFD4E;
}
</style>
background-color css
<style>
a { background-color: #BEFD4E; }
a { background-color: rgb(190,253,78); }
div.DivClassName
{
background-color: #BEFD4E;
}
.BgClassName
{
background-color: #BEFD4E;
}
</style>
border-color css
<style>
span { border-color: #BEFD4E; }
span { border-color: rgb(190,253,78); }
td.TdClassName
{
border-color: #BEFD4E;
}
.TagClassName
{
border-color: #BEFD4E;
}
</style>