Shades of Conifer #BEF044
Tints of Conifer #BEF044
RGB
CMYK
RGB Variations
Color information
#BEF044 (or 0xBEF044) is known color: Conifer. HEX triplet: BE, F0 and 44. RGB value is (190,240,68). Sum of RGB (Red+Green+Blue) = 190+240+68=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF044 is #410FBB. Grayscale: #CECECE. Windows color (decimal): -4263868 or 4518078. OLE color: 4518078.
HSL color Cylindrical-coordinate representation of color #BEF044: hue angle of 77.44º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEF044 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 68 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.06 |
| HSL | 77.44º | 0.85% | 0.6% | - |
| HSV(B) | 77.44º | 0.72% | 0.94% | - |
| XYZ | 53.44 | 73.68 | 16.87 | - |
| YUV | 205.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 68 | 0.21 | 0 | 0.72 | 0.06 | 77.44 | 0.85 | 0.6 |
| Hex | BE | F0 | 44 | 15 | 0 | 48 | 6 | 4D | 55 | 3C |
| Octal | 276 | 360 | 104 | 25 | 0 | 110 | 6 | 115 | 125 | 74 |
| Binary | 10111110 | 11110000 | 1000100 | 10101 | 0 | 1001000 | 110 | 1001101 | 1010101 | 111100 |
Color Harmonies of #BEF044
Complementary color
Monochromatic Colors of #BEF044
Black with #BEF044
Text Example
Text Example
White with #BEF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF044; }
p { color: rgb(190,240,68); }
H1.HeaderClassName
{
color: #BEF044;
}
.AnyTagClassName
{
color: #BEF044;
}
</style>
background-color css
<style>
a { background-color: #BEF044; }
a { background-color: rgb(190,240,68); }
div.DivClassName
{
background-color: #BEF044;
}
.BgClassName
{
background-color: #BEF044;
}
</style>
border-color css
<style>
span { border-color: #BEF044; }
span { border-color: rgb(190,240,68); }
td.TdClassName
{
border-color: #BEF044;
}
.TagClassName
{
border-color: #BEF044;
}
</style>