Shades of Conifer #BEF04F
Tints of Conifer #BEF04F
RGB
CMYK
RGB Variations
Color information
#BEF04F (or 0xBEF04F) is known color: Conifer. HEX triplet: BE, F0 and 4F. RGB value is (190,240,79). Sum of RGB (Red+Green+Blue) = 190+240+79=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF04F is #410FB0. Grayscale: #CFCFCF. Windows color (decimal): -4263857 or 5238974. OLE color: 5238974.
HSL color Cylindrical-coordinate representation of color #BEF04F: hue angle of 78.63º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEF04F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 79 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.06 |
| HSL | 78.63º | 0.84% | 0.63% | - |
| HSV(B) | 78.63º | 0.67% | 0.94% | - |
| XYZ | 53.81 | 73.83 | 18.81 | - |
| YUV | 206.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 79 | 0.21 | 0 | 0.67 | 0.06 | 78.63 | 0.84 | 0.63 |
| Hex | BE | F0 | 4F | 15 | 0 | 43 | 6 | 4F | 54 | 3F |
| Octal | 276 | 360 | 117 | 25 | 0 | 103 | 6 | 117 | 124 | 77 |
| Binary | 10111110 | 11110000 | 1001111 | 10101 | 0 | 1000011 | 110 | 1001111 | 1010100 | 111111 |
Color Harmonies of #BEF04F
Complementary color
Monochromatic Colors of #BEF04F
Black with #BEF04F
Text Example
Text Example
White with #BEF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF04F; }
p { color: rgb(190,240,79); }
H1.HeaderClassName
{
color: #BEF04F;
}
.AnyTagClassName
{
color: #BEF04F;
}
</style>
background-color css
<style>
a { background-color: #BEF04F; }
a { background-color: rgb(190,240,79); }
div.DivClassName
{
background-color: #BEF04F;
}
.BgClassName
{
background-color: #BEF04F;
}
</style>
border-color css
<style>
span { border-color: #BEF04F; }
span { border-color: rgb(190,240,79); }
td.TdClassName
{
border-color: #BEF04F;
}
.TagClassName
{
border-color: #BEF04F;
}
</style>