Shades of Conifer #BEF24D
Tints of Conifer #BEF24D
RGB
CMYK
RGB Variations
Color information
#BEF24D (or 0xBEF24D) is known color: Conifer. HEX triplet: BE, F2 and 4D. RGB value is (190,242,77). Sum of RGB (Red+Green+Blue) = 190+242+77=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF24D is #410DB2. Grayscale: #D0D0D0. Windows color (decimal): -4263347 or 5108414. OLE color: 5108414.
HSL color Cylindrical-coordinate representation of color #BEF24D: hue angle of 78.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF24D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.05 |
| HSL | 78.91º | 0.86% | 0.63% | - |
| HSV(B) | 78.91º | 0.68% | 0.95% | - |
| XYZ | 54.33 | 74.99 | 18.63 | - |
| YUV | 207.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 77 | 0.21 | 0 | 0.68 | 0.05 | 78.91 | 0.86 | 0.63 |
| Hex | BE | F2 | 4D | 15 | 0 | 44 | 5 | 4F | 56 | 3F |
| Octal | 276 | 362 | 115 | 25 | 0 | 104 | 5 | 117 | 126 | 77 |
| Binary | 10111110 | 11110010 | 1001101 | 10101 | 0 | 1000100 | 101 | 1001111 | 1010110 | 111111 |
Color Harmonies of #BEF24D
Complementary color
Monochromatic Colors of #BEF24D
Black with #BEF24D
Text Example
Text Example
White with #BEF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF24D; }
p { color: rgb(190,242,77); }
H1.HeaderClassName
{
color: #BEF24D;
}
.AnyTagClassName
{
color: #BEF24D;
}
</style>
background-color css
<style>
a { background-color: #BEF24D; }
a { background-color: rgb(190,242,77); }
div.DivClassName
{
background-color: #BEF24D;
}
.BgClassName
{
background-color: #BEF24D;
}
</style>
border-color css
<style>
span { border-color: #BEF24D; }
span { border-color: rgb(190,242,77); }
td.TdClassName
{
border-color: #BEF24D;
}
.TagClassName
{
border-color: #BEF24D;
}
</style>