Shades of Conifer #BEF450
Tints of Conifer #BEF450
RGB
CMYK
RGB Variations
Color information
#BEF450 (or 0xBEF450) is known color: Conifer. HEX triplet: BE, F4 and 50. RGB value is (190,244,80). Sum of RGB (Red+Green+Blue) = 190+244+80=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF450 is #410BAF. Grayscale: #D1D1D1. Windows color (decimal): -4262832 or 5305534. OLE color: 5305534.
HSL color Cylindrical-coordinate representation of color #BEF450: hue angle of 79.76º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEF450 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 80 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.04 |
| HSL | 79.76º | 0.88% | 0.64% | - |
| HSV(B) | 79.76º | 0.67% | 0.96% | - |
| XYZ | 55.03 | 76.23 | 19.4 | - |
| YUV | 209.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 80 | 0.22 | 0 | 0.67 | 0.04 | 79.76 | 0.88 | 0.64 |
| Hex | BE | F4 | 50 | 16 | 0 | 43 | 4 | 50 | 58 | 40 |
| Octal | 276 | 364 | 120 | 26 | 0 | 103 | 4 | 120 | 130 | 100 |
| Binary | 10111110 | 11110100 | 1010000 | 10110 | 0 | 1000011 | 100 | 1010000 | 1011000 | 1000000 |
Color Harmonies of #BEF450
Complementary color
Monochromatic Colors of #BEF450
Black with #BEF450
Text Example
Text Example
White with #BEF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF450; }
p { color: rgb(190,244,80); }
H1.HeaderClassName
{
color: #BEF450;
}
.AnyTagClassName
{
color: #BEF450;
}
</style>
background-color css
<style>
a { background-color: #BEF450; }
a { background-color: rgb(190,244,80); }
div.DivClassName
{
background-color: #BEF450;
}
.BgClassName
{
background-color: #BEF450;
}
</style>
border-color css
<style>
span { border-color: #BEF450; }
span { border-color: rgb(190,244,80); }
td.TdClassName
{
border-color: #BEF450;
}
.TagClassName
{
border-color: #BEF450;
}
</style>