Shades of Conifer #BEFF5E
Tints of Conifer #BEFF5E
RGB
CMYK
RGB Variations
Color information
#BEFF5E (or 0xBEFF5E) is known color: Conifer. HEX triplet: BE, FF and 5E. RGB value is (190,255,94). Sum of RGB (Red+Green+Blue) = 190+255+94=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF5E is #4100A1. Grayscale: #D9D9D9. Windows color (decimal): -4260002 or 6225854. OLE color: 6225854.
HSL color Cylindrical-coordinate representation of color #BEFF5E: hue angle of 84.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFF5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 94 | - |
| CMYK | 0.25 | 0 | 0.63 | 0 |
| HSL | 84.22º | 1% | 0.68% | - |
| HSV(B) | 84.22º | 0.63% | 1% | - |
| XYZ | 59.02 | 83.28 | 23.55 | - |
| YUV | 217.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 94 | 0.25 | 0 | 0.63 | 0 | 84.22 | 1 | 0.68 |
| Hex | BE | FF | 5E | 19 | 0 | 3F | 0 | 54 | 64 | 44 |
| Octal | 276 | 377 | 136 | 31 | 0 | 77 | 0 | 124 | 144 | 104 |
| Binary | 10111110 | 11111111 | 1011110 | 11001 | 0 | 111111 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BEFF5E
Complementary color
Monochromatic Colors of #BEFF5E
Black with #BEFF5E
Text Example
Text Example
White with #BEFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF5E; }
p { color: rgb(190,255,94); }
H1.HeaderClassName
{
color: #BEFF5E;
}
.AnyTagClassName
{
color: #BEFF5E;
}
</style>
background-color css
<style>
a { background-color: #BEFF5E; }
a { background-color: rgb(190,255,94); }
div.DivClassName
{
background-color: #BEFF5E;
}
.BgClassName
{
background-color: #BEFF5E;
}
</style>
border-color css
<style>
span { border-color: #BEFF5E; }
span { border-color: rgb(190,255,94); }
td.TdClassName
{
border-color: #BEFF5E;
}
.TagClassName
{
border-color: #BEFF5E;
}
</style>