Shades of Conifer #BEF74A
Tints of Conifer #BEF74A
RGB
CMYK
RGB Variations
Color information
#BEF74A (or 0xBEF74A) is known color: Conifer. HEX triplet: BE, F7 and 4A. RGB value is (190,247,74). Sum of RGB (Red+Green+Blue) = 190+247+74=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF74A is #4108B5. Grayscale: #D2D2D2. Windows color (decimal): -4262070 or 4913086. OLE color: 4913086.
HSL color Cylindrical-coordinate representation of color #BEF74A: hue angle of 79.77º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEF74A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.03 |
| HSL | 79.77º | 0.92% | 0.63% | - |
| HSV(B) | 79.77º | 0.7% | 0.97% | - |
| XYZ | 55.73 | 77.96 | 18.59 | - |
| YUV | 210.24 | 51.12 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 74 | 0.23 | 0 | 0.70 | 0.03 | 79.77 | 0.92 | 0.63 |
| Hex | BE | F7 | 4A | 17 | 0 | 46 | 3 | 50 | 5C | 3F |
| Octal | 276 | 367 | 112 | 27 | 0 | 106 | 3 | 120 | 134 | 77 |
| Binary | 10111110 | 11110111 | 1001010 | 10111 | 0 | 1000110 | 11 | 1010000 | 1011100 | 111111 |
Color Harmonies of #BEF74A
Complementary color
Monochromatic Colors of #BEF74A
Black with #BEF74A
Text Example
Text Example
White with #BEF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF74A; }
p { color: rgb(190,247,74); }
H1.HeaderClassName
{
color: #BEF74A;
}
.AnyTagClassName
{
color: #BEF74A;
}
</style>
background-color css
<style>
a { background-color: #BEF74A; }
a { background-color: rgb(190,247,74); }
div.DivClassName
{
background-color: #BEF74A;
}
.BgClassName
{
background-color: #BEF74A;
}
</style>
border-color css
<style>
span { border-color: #BEF74A; }
span { border-color: rgb(190,247,74); }
td.TdClassName
{
border-color: #BEF74A;
}
.TagClassName
{
border-color: #BEF74A;
}
</style>