Shades of Conifer #BEF155
Tints of Conifer #BEF155
RGB
CMYK
RGB Variations
Color information
#BEF155 (or 0xBEF155) is known color: Conifer. HEX triplet: BE, F1 and 55. RGB value is (190,241,85). Sum of RGB (Red+Green+Blue) = 190+241+85=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF155 is #410EAA. Grayscale: #D0D0D0. Windows color (decimal): -4263595 or 5632446. OLE color: 5632446.
HSL color Cylindrical-coordinate representation of color #BEF155: hue angle of 79.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF155 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 85 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.05 |
| HSL | 79.62º | 0.85% | 0.64% | - |
| HSV(B) | 79.62º | 0.65% | 0.95% | - |
| XYZ | 54.33 | 74.51 | 20.11 | - |
| YUV | 207.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 85 | 0.21 | 0 | 0.65 | 0.05 | 79.62 | 0.85 | 0.64 |
| Hex | BE | F1 | 55 | 15 | 0 | 41 | 5 | 50 | 55 | 40 |
| Octal | 276 | 361 | 125 | 25 | 0 | 101 | 5 | 120 | 125 | 100 |
| Binary | 10111110 | 11110001 | 1010101 | 10101 | 0 | 1000001 | 101 | 1010000 | 1010101 | 1000000 |
Color Harmonies of #BEF155
Complementary color
Monochromatic Colors of #BEF155
Black with #BEF155
Text Example
Text Example
White with #BEF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF155; }
p { color: rgb(190,241,85); }
H1.HeaderClassName
{
color: #BEF155;
}
.AnyTagClassName
{
color: #BEF155;
}
</style>
background-color css
<style>
a { background-color: #BEF155; }
a { background-color: rgb(190,241,85); }
div.DivClassName
{
background-color: #BEF155;
}
.BgClassName
{
background-color: #BEF155;
}
</style>
border-color css
<style>
span { border-color: #BEF155; }
span { border-color: rgb(190,241,85); }
td.TdClassName
{
border-color: #BEF155;
}
.TagClassName
{
border-color: #BEF155;
}
</style>