Shades of Conifer #BEF64A
Tints of Conifer #BEF64A
RGB
CMYK
RGB Variations
Color information
#BEF64A (or 0xBEF64A) is known color: Conifer. HEX triplet: BE, F6 and 4A. RGB value is (190,246,74). Sum of RGB (Red+Green+Blue) = 190+246+74=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF64A is #4109B5. Grayscale: #D2D2D2. Windows color (decimal): -4262326 or 4912830. OLE color: 4912830.
HSL color Cylindrical-coordinate representation of color #BEF64A: hue angle of 79.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEF64A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.04 |
| HSL | 79.53º | 0.91% | 0.63% | - |
| HSV(B) | 79.53º | 0.7% | 0.96% | - |
| XYZ | 55.43 | 77.35 | 18.49 | - |
| YUV | 209.65 | 51.45 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 74 | 0.23 | 0 | 0.70 | 0.04 | 79.53 | 0.91 | 0.63 |
| Hex | BE | F6 | 4A | 17 | 0 | 46 | 4 | 50 | 5B | 3F |
| Octal | 276 | 366 | 112 | 27 | 0 | 106 | 4 | 120 | 133 | 77 |
| Binary | 10111110 | 11110110 | 1001010 | 10111 | 0 | 1000110 | 100 | 1010000 | 1011011 | 111111 |
Color Harmonies of #BEF64A
Complementary color
Monochromatic Colors of #BEF64A
Black with #BEF64A
Text Example
Text Example
White with #BEF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF64A; }
p { color: rgb(190,246,74); }
H1.HeaderClassName
{
color: #BEF64A;
}
.AnyTagClassName
{
color: #BEF64A;
}
</style>
background-color css
<style>
a { background-color: #BEF64A; }
a { background-color: rgb(190,246,74); }
div.DivClassName
{
background-color: #BEF64A;
}
.BgClassName
{
background-color: #BEF64A;
}
</style>
border-color css
<style>
span { border-color: #BEF64A; }
span { border-color: rgb(190,246,74); }
td.TdClassName
{
border-color: #BEF64A;
}
.TagClassName
{
border-color: #BEF64A;
}
</style>