Shades of Conifer #BEF057
Tints of Conifer #BEF057
RGB
CMYK
RGB Variations
Color information
#BEF057 (or 0xBEF057) is known color: Conifer. HEX triplet: BE, F0 and 57. RGB value is (190,240,87). Sum of RGB (Red+Green+Blue) = 190+240+87=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF057 is #410FA8. Grayscale: #D0D0D0. Windows color (decimal): -4263849 or 5763262. OLE color: 5763262.
HSL color Cylindrical-coordinate representation of color #BEF057: hue angle of 79.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEF057 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 87 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.06 |
| HSL | 79.61º | 0.84% | 0.64% | - |
| HSV(B) | 79.61º | 0.64% | 0.94% | - |
| XYZ | 54.12 | 73.96 | 20.44 | - |
| YUV | 207.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 87 | 0.21 | 0 | 0.64 | 0.06 | 79.61 | 0.84 | 0.64 |
| Hex | BE | F0 | 57 | 15 | 0 | 40 | 6 | 50 | 54 | 40 |
| Octal | 276 | 360 | 127 | 25 | 0 | 100 | 6 | 120 | 124 | 100 |
| Binary | 10111110 | 11110000 | 1010111 | 10101 | 0 | 1000000 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BEF057
Complementary color
Monochromatic Colors of #BEF057
Black with #BEF057
Text Example
Text Example
White with #BEF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF057; }
p { color: rgb(190,240,87); }
H1.HeaderClassName
{
color: #BEF057;
}
.AnyTagClassName
{
color: #BEF057;
}
</style>
background-color css
<style>
a { background-color: #BEF057; }
a { background-color: rgb(190,240,87); }
div.DivClassName
{
background-color: #BEF057;
}
.BgClassName
{
background-color: #BEF057;
}
</style>
border-color css
<style>
span { border-color: #BEF057; }
span { border-color: rgb(190,240,87); }
td.TdClassName
{
border-color: #BEF057;
}
.TagClassName
{
border-color: #BEF057;
}
</style>