Shades of Conifer #BEF162
Tints of Conifer #BEF162
RGB
CMYK
RGB Variations
Color information
#BEF162 (or 0xBEF162) is known color: Conifer. HEX triplet: BE, F1 and 62. RGB value is (190,241,98). Sum of RGB (Red+Green+Blue) = 190+241+98=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF162 is #410E9D. Grayscale: #D1D1D1. Windows color (decimal): -4263582 or 6484414. OLE color: 6484414.
HSL color Cylindrical-coordinate representation of color #BEF162: hue angle of 81.4º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEF162 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 98 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.05 |
| HSL | 81.4º | 0.84% | 0.66% | - |
| HSV(B) | 81.4º | 0.59% | 0.95% | - |
| XYZ | 54.9 | 74.74 | 23.09 | - |
| YUV | 209.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 98 | 0.21 | 0 | 0.59 | 0.05 | 81.4 | 0.84 | 0.66 |
| Hex | BE | F1 | 62 | 15 | 0 | 3B | 5 | 51 | 54 | 42 |
| Octal | 276 | 361 | 142 | 25 | 0 | 73 | 5 | 121 | 124 | 102 |
| Binary | 10111110 | 11110001 | 1100010 | 10101 | 0 | 111011 | 101 | 1010001 | 1010100 | 1000010 |
Color Harmonies of #BEF162
Complementary color
Monochromatic Colors of #BEF162
Black with #BEF162
Text Example
Text Example
White with #BEF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF162; }
p { color: rgb(190,241,98); }
H1.HeaderClassName
{
color: #BEF162;
}
.AnyTagClassName
{
color: #BEF162;
}
</style>
background-color css
<style>
a { background-color: #BEF162; }
a { background-color: rgb(190,241,98); }
div.DivClassName
{
background-color: #BEF162;
}
.BgClassName
{
background-color: #BEF162;
}
</style>
border-color css
<style>
span { border-color: #BEF162; }
span { border-color: rgb(190,241,98); }
td.TdClassName
{
border-color: #BEF162;
}
.TagClassName
{
border-color: #BEF162;
}
</style>