Shades of Conifer #BEF94D
Tints of Conifer #BEF94D
RGB
CMYK
RGB Variations
Color information
#BEF94D (or 0xBEF94D) is known color: Conifer. HEX triplet: BE, F9 and 4D. RGB value is (190,249,77). Sum of RGB (Red+Green+Blue) = 190+249+77=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF94D is #4106B2. Grayscale: #D4D4D4. Windows color (decimal): -4261555 or 5110206. OLE color: 5110206.
HSL color Cylindrical-coordinate representation of color #BEF94D: hue angle of 80.58º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEF94D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.02 |
| HSL | 80.58º | 0.93% | 0.64% | - |
| HSV(B) | 80.58º | 0.69% | 0.98% | - |
| XYZ | 56.45 | 79.23 | 19.34 | - |
| YUV | 211.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 77 | 0.24 | 0 | 0.69 | 0.02 | 80.58 | 0.93 | 0.64 |
| Hex | BE | F9 | 4D | 18 | 0 | 45 | 2 | 51 | 5D | 40 |
| Octal | 276 | 371 | 115 | 30 | 0 | 105 | 2 | 121 | 135 | 100 |
| Binary | 10111110 | 11111001 | 1001101 | 11000 | 0 | 1000101 | 10 | 1010001 | 1011101 | 1000000 |
Color Harmonies of #BEF94D
Complementary color
Monochromatic Colors of #BEF94D
Black with #BEF94D
Text Example
Text Example
White with #BEF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF94D; }
p { color: rgb(190,249,77); }
H1.HeaderClassName
{
color: #BEF94D;
}
.AnyTagClassName
{
color: #BEF94D;
}
</style>
background-color css
<style>
a { background-color: #BEF94D; }
a { background-color: rgb(190,249,77); }
div.DivClassName
{
background-color: #BEF94D;
}
.BgClassName
{
background-color: #BEF94D;
}
</style>
border-color css
<style>
span { border-color: #BEF94D; }
span { border-color: rgb(190,249,77); }
td.TdClassName
{
border-color: #BEF94D;
}
.TagClassName
{
border-color: #BEF94D;
}
</style>