Shades of Conifer #BEEF4D
Tints of Conifer #BEEF4D
RGB
CMYK
RGB Variations
Color information
#BEEF4D (or 0xBEEF4D) is known color: Conifer. HEX triplet: BE, EF and 4D. RGB value is (190,239,77). Sum of RGB (Red+Green+Blue) = 190+239+77=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF4D is #4110B2. Grayscale: #CECECE. Windows color (decimal): -4264115 or 5107646. OLE color: 5107646.
HSL color Cylindrical-coordinate representation of color #BEEF4D: hue angle of 78.15º 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 #BEEF4D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.06 |
| HSL | 78.15º | 0.84% | 0.62% | - |
| HSV(B) | 78.15º | 0.68% | 0.94% | - |
| XYZ | 53.44 | 73.22 | 18.34 | - |
| YUV | 205.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 77 | 0.21 | 0 | 0.68 | 0.06 | 78.15 | 0.84 | 0.62 |
| Hex | BE | EF | 4D | 15 | 0 | 44 | 6 | 4E | 54 | 3E |
| Octal | 276 | 357 | 115 | 25 | 0 | 104 | 6 | 116 | 124 | 76 |
| Binary | 10111110 | 11101111 | 1001101 | 10101 | 0 | 1000100 | 110 | 1001110 | 1010100 | 111110 |
Color Harmonies of #BEEF4D
Complementary color
Monochromatic Colors of #BEEF4D
Black with #BEEF4D
Text Example
Text Example
White with #BEEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF4D; }
p { color: rgb(190,239,77); }
H1.HeaderClassName
{
color: #BEEF4D;
}
.AnyTagClassName
{
color: #BEEF4D;
}
</style>
background-color css
<style>
a { background-color: #BEEF4D; }
a { background-color: rgb(190,239,77); }
div.DivClassName
{
background-color: #BEEF4D;
}
.BgClassName
{
background-color: #BEEF4D;
}
</style>
border-color css
<style>
span { border-color: #BEEF4D; }
span { border-color: rgb(190,239,77); }
td.TdClassName
{
border-color: #BEEF4D;
}
.TagClassName
{
border-color: #BEEF4D;
}
</style>