Shades of Conifer #BEF74D
Tints of Conifer #BEF74D
RGB
CMYK
RGB Variations
Color information
#BEF74D (or 0xBEF74D) is known color: Conifer. HEX triplet: BE, F7 and 4D. RGB value is (190,247,77). Sum of RGB (Red+Green+Blue) = 190+247+77=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF74D is #4108B2. Grayscale: #D3D3D3. Windows color (decimal): -4262067 or 5109694. OLE color: 5109694.
HSL color Cylindrical-coordinate representation of color #BEF74D: hue angle of 80.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEF74D is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 77 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.03 |
| HSL | 80.12º | 0.91% | 0.64% | - |
| HSV(B) | 80.12º | 0.69% | 0.97% | - |
| XYZ | 55.84 | 78 | 19.13 | - |
| YUV | 210.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 77 | 0.23 | 0 | 0.69 | 0.03 | 80.12 | 0.91 | 0.64 |
| Hex | BE | F7 | 4D | 17 | 0 | 45 | 3 | 50 | 5B | 40 |
| Octal | 276 | 367 | 115 | 27 | 0 | 105 | 3 | 120 | 133 | 100 |
| Binary | 10111110 | 11110111 | 1001101 | 10111 | 0 | 1000101 | 11 | 1010000 | 1011011 | 1000000 |
Color Harmonies of #BEF74D
Complementary color
Monochromatic Colors of #BEF74D
Black with #BEF74D
Text Example
Text Example
White with #BEF74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF74D; }
p { color: rgb(190,247,77); }
H1.HeaderClassName
{
color: #BEF74D;
}
.AnyTagClassName
{
color: #BEF74D;
}
</style>
background-color css
<style>
a { background-color: #BEF74D; }
a { background-color: rgb(190,247,77); }
div.DivClassName
{
background-color: #BEF74D;
}
.BgClassName
{
background-color: #BEF74D;
}
</style>
border-color css
<style>
span { border-color: #BEF74D; }
span { border-color: rgb(190,247,77); }
td.TdClassName
{
border-color: #BEF74D;
}
.TagClassName
{
border-color: #BEF74D;
}
</style>