Shades of Conifer #BEF04D
Tints of Conifer #BEF04D
RGB
CMYK
RGB Variations
Color information
#BEF04D (or 0xBEF04D) is known color: Conifer. HEX triplet: BE, F0 and 4D. RGB value is (190,240,77). Sum of RGB (Red+Green+Blue) = 190+240+77=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF04D is #410FB2. Grayscale: #CFCFCF. Windows color (decimal): -4263859 or 5107902. OLE color: 5107902.
HSL color Cylindrical-coordinate representation of color #BEF04D: hue angle of 78.4º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF04D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.06 |
| HSL | 78.4º | 0.84% | 0.62% | - |
| HSV(B) | 78.4º | 0.68% | 0.94% | - |
| XYZ | 53.73 | 73.8 | 18.43 | - |
| YUV | 206.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 77 | 0.21 | 0 | 0.68 | 0.06 | 78.4 | 0.84 | 0.62 |
| Hex | BE | F0 | 4D | 15 | 0 | 44 | 6 | 4E | 54 | 3E |
| Octal | 276 | 360 | 115 | 25 | 0 | 104 | 6 | 116 | 124 | 76 |
| Binary | 10111110 | 11110000 | 1001101 | 10101 | 0 | 1000100 | 110 | 1001110 | 1010100 | 111110 |
Color Harmonies of #BEF04D
Complementary color
Monochromatic Colors of #BEF04D
Black with #BEF04D
Text Example
Text Example
White with #BEF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF04D; }
p { color: rgb(190,240,77); }
H1.HeaderClassName
{
color: #BEF04D;
}
.AnyTagClassName
{
color: #BEF04D;
}
</style>
background-color css
<style>
a { background-color: #BEF04D; }
a { background-color: rgb(190,240,77); }
div.DivClassName
{
background-color: #BEF04D;
}
.BgClassName
{
background-color: #BEF04D;
}
</style>
border-color css
<style>
span { border-color: #BEF04D; }
span { border-color: rgb(190,240,77); }
td.TdClassName
{
border-color: #BEF04D;
}
.TagClassName
{
border-color: #BEF04D;
}
</style>