Shades of Conifer #BEF060
Tints of Conifer #BEF060
RGB
CMYK
RGB Variations
Color information
#BEF060 (or 0xBEF060) is known color: Conifer. HEX triplet: BE, F0 and 60. RGB value is (190,240,96). Sum of RGB (Red+Green+Blue) = 190+240+96=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF060 is #410F9F. Grayscale: #D1D1D1. Windows color (decimal): -4263840 or 6353086. OLE color: 6353086.
HSL color Cylindrical-coordinate representation of color #BEF060: hue angle of 80.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF060 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 96 | - |
| CMYK | 0.21 | 0 | 0.6 | 0.06 |
| HSL | 80.83º | 0.83% | 0.66% | - |
| HSV(B) | 80.83º | 0.6% | 0.94% | - |
| XYZ | 54.51 | 74.11 | 22.5 | - |
| YUV | 208.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 96 | 0.21 | 0 | 0.6 | 0.06 | 80.83 | 0.83 | 0.66 |
| Hex | BE | F0 | 60 | 15 | 0 | 3C | 6 | 51 | 53 | 42 |
| Octal | 276 | 360 | 140 | 25 | 0 | 74 | 6 | 121 | 123 | 102 |
| Binary | 10111110 | 11110000 | 1100000 | 10101 | 0 | 111100 | 110 | 1010001 | 1010011 | 1000010 |
Color Harmonies of #BEF060
Complementary color
Monochromatic Colors of #BEF060
Black with #BEF060
Text Example
Text Example
White with #BEF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF060; }
p { color: rgb(190,240,96); }
H1.HeaderClassName
{
color: #BEF060;
}
.AnyTagClassName
{
color: #BEF060;
}
</style>
background-color css
<style>
a { background-color: #BEF060; }
a { background-color: rgb(190,240,96); }
div.DivClassName
{
background-color: #BEF060;
}
.BgClassName
{
background-color: #BEF060;
}
</style>
border-color css
<style>
span { border-color: #BEF060; }
span { border-color: rgb(190,240,96); }
td.TdClassName
{
border-color: #BEF060;
}
.TagClassName
{
border-color: #BEF060;
}
</style>