Shades of Conifer #BEF246
Tints of Conifer #BEF246
RGB
CMYK
RGB Variations
Color information
#BEF246 (or 0xBEF246) is known color: Conifer. HEX triplet: BE, F2 and 46. RGB value is (190,242,70). Sum of RGB (Red+Green+Blue) = 190+242+70=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF246 is #410DB9. Grayscale: #CFCFCF. Windows color (decimal): -4263354 or 4649662. OLE color: 4649662.
HSL color Cylindrical-coordinate representation of color #BEF246: hue angle of 78.14º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEF246 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 70 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.05 |
| HSL | 78.14º | 0.87% | 0.61% | - |
| HSV(B) | 78.14º | 0.71% | 0.95% | - |
| XYZ | 54.09 | 74.89 | 17.4 | - |
| YUV | 206.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 70 | 0.21 | 0 | 0.71 | 0.05 | 78.14 | 0.87 | 0.61 |
| Hex | BE | F2 | 46 | 15 | 0 | 47 | 5 | 4E | 57 | 3D |
| Octal | 276 | 362 | 106 | 25 | 0 | 107 | 5 | 116 | 127 | 75 |
| Binary | 10111110 | 11110010 | 1000110 | 10101 | 0 | 1000111 | 101 | 1001110 | 1010111 | 111101 |
Color Harmonies of #BEF246
Complementary color
Monochromatic Colors of #BEF246
Black with #BEF246
Text Example
Text Example
White with #BEF246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF246; }
p { color: rgb(190,242,70); }
H1.HeaderClassName
{
color: #BEF246;
}
.AnyTagClassName
{
color: #BEF246;
}
</style>
background-color css
<style>
a { background-color: #BEF246; }
a { background-color: rgb(190,242,70); }
div.DivClassName
{
background-color: #BEF246;
}
.BgClassName
{
background-color: #BEF246;
}
</style>
border-color css
<style>
span { border-color: #BEF246; }
span { border-color: rgb(190,242,70); }
td.TdClassName
{
border-color: #BEF246;
}
.TagClassName
{
border-color: #BEF246;
}
</style>