Shades of Conifer #BEF150
Tints of Conifer #BEF150
RGB
CMYK
RGB Variations
Color information
#BEF150 (or 0xBEF150) is known color: Conifer. HEX triplet: BE, F1 and 50. RGB value is (190,241,80). Sum of RGB (Red+Green+Blue) = 190+241+80=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF150 is #410EAF. Grayscale: #CFCFCF. Windows color (decimal): -4263600 or 5304766. OLE color: 5304766.
HSL color Cylindrical-coordinate representation of color #BEF150: hue angle of 79.01º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEF150 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 80 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.05 |
| HSL | 79.01º | 0.85% | 0.63% | - |
| HSV(B) | 79.01º | 0.67% | 0.95% | - |
| XYZ | 54.14 | 74.44 | 19.1 | - |
| YUV | 207.4 | 56.1 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 80 | 0.21 | 0 | 0.67 | 0.05 | 79.01 | 0.85 | 0.63 |
| Hex | BE | F1 | 50 | 15 | 0 | 43 | 5 | 4F | 55 | 3F |
| Octal | 276 | 361 | 120 | 25 | 0 | 103 | 5 | 117 | 125 | 77 |
| Binary | 10111110 | 11110001 | 1010000 | 10101 | 0 | 1000011 | 101 | 1001111 | 1010101 | 111111 |
Color Harmonies of #BEF150
Complementary color
Monochromatic Colors of #BEF150
Black with #BEF150
Text Example
Text Example
White with #BEF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF150; }
p { color: rgb(190,241,80); }
H1.HeaderClassName
{
color: #BEF150;
}
.AnyTagClassName
{
color: #BEF150;
}
</style>
background-color css
<style>
a { background-color: #BEF150; }
a { background-color: rgb(190,241,80); }
div.DivClassName
{
background-color: #BEF150;
}
.BgClassName
{
background-color: #BEF150;
}
</style>
border-color css
<style>
span { border-color: #BEF150; }
span { border-color: rgb(190,241,80); }
td.TdClassName
{
border-color: #BEF150;
}
.TagClassName
{
border-color: #BEF150;
}
</style>