Shades of Conifer #BEF45A
Tints of Conifer #BEF45A
RGB
CMYK
RGB Variations
Color information
#BEF45A (or 0xBEF45A) is known color: Conifer. HEX triplet: BE, F4 and 5A. RGB value is (190,244,90). Sum of RGB (Red+Green+Blue) = 190+244+90=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF45A is #410BA5. Grayscale: #D2D2D2. Windows color (decimal): -4262822 or 5960894. OLE color: 5960894.
HSL color Cylindrical-coordinate representation of color #BEF45A: hue angle of 81.04º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEF45A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 81.04º | 0.88% | 0.65% | - |
| HSV(B) | 81.04º | 0.63% | 0.96% | - |
| XYZ | 55.43 | 76.39 | 21.5 | - |
| YUV | 210.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 90 | 0.22 | 0 | 0.63 | 0.04 | 81.04 | 0.88 | 0.65 |
| Hex | BE | F4 | 5A | 16 | 0 | 3F | 4 | 51 | 58 | 41 |
| Octal | 276 | 364 | 132 | 26 | 0 | 77 | 4 | 121 | 130 | 101 |
| Binary | 10111110 | 11110100 | 1011010 | 10110 | 0 | 111111 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BEF45A
Complementary color
Monochromatic Colors of #BEF45A
Black with #BEF45A
Text Example
Text Example
White with #BEF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF45A; }
p { color: rgb(190,244,90); }
H1.HeaderClassName
{
color: #BEF45A;
}
.AnyTagClassName
{
color: #BEF45A;
}
</style>
background-color css
<style>
a { background-color: #BEF45A; }
a { background-color: rgb(190,244,90); }
div.DivClassName
{
background-color: #BEF45A;
}
.BgClassName
{
background-color: #BEF45A;
}
</style>
border-color css
<style>
span { border-color: #BEF45A; }
span { border-color: rgb(190,244,90); }
td.TdClassName
{
border-color: #BEF45A;
}
.TagClassName
{
border-color: #BEF45A;
}
</style>