Shades of Conifer #BEF24F
Tints of Conifer #BEF24F
RGB
CMYK
RGB Variations
Color information
#BEF24F (or 0xBEF24F) is known color: Conifer. HEX triplet: BE, F2 and 4F. RGB value is (190,242,79). Sum of RGB (Red+Green+Blue) = 190+242+79=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF24F is #410DB0. Grayscale: #D0D0D0. Windows color (decimal): -4263345 or 5239486. OLE color: 5239486.
HSL color Cylindrical-coordinate representation of color #BEF24F: hue angle of 79.14º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEF24F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 79 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.05 |
| HSL | 79.14º | 0.86% | 0.63% | - |
| HSV(B) | 79.14º | 0.67% | 0.95% | - |
| XYZ | 54.4 | 75.02 | 19.01 | - |
| YUV | 207.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 79 | 0.21 | 0 | 0.67 | 0.05 | 79.14 | 0.86 | 0.63 |
| Hex | BE | F2 | 4F | 15 | 0 | 43 | 5 | 4F | 56 | 3F |
| Octal | 276 | 362 | 117 | 25 | 0 | 103 | 5 | 117 | 126 | 77 |
| Binary | 10111110 | 11110010 | 1001111 | 10101 | 0 | 1000011 | 101 | 1001111 | 1010110 | 111111 |
Color Harmonies of #BEF24F
Complementary color
Monochromatic Colors of #BEF24F
Black with #BEF24F
Text Example
Text Example
White with #BEF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF24F; }
p { color: rgb(190,242,79); }
H1.HeaderClassName
{
color: #BEF24F;
}
.AnyTagClassName
{
color: #BEF24F;
}
</style>
background-color css
<style>
a { background-color: #BEF24F; }
a { background-color: rgb(190,242,79); }
div.DivClassName
{
background-color: #BEF24F;
}
.BgClassName
{
background-color: #BEF24F;
}
</style>
border-color css
<style>
span { border-color: #BEF24F; }
span { border-color: rgb(190,242,79); }
td.TdClassName
{
border-color: #BEF24F;
}
.TagClassName
{
border-color: #BEF24F;
}
</style>