Shades of Conifer #BEFE5E
Tints of Conifer #BEFE5E
RGB
CMYK
RGB Variations
Color information
#BEFE5E (or 0xBEFE5E) is known color: Conifer. HEX triplet: BE, FE and 5E. RGB value is (190,254,94). Sum of RGB (Red+Green+Blue) = 190+254+94=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE5E is #4101A1. Grayscale: #D9D9D9. Windows color (decimal): -4260258 or 6225598. OLE color: 6225598.
HSL color Cylindrical-coordinate representation of color #BEFE5E: hue angle of 84º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFE5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 94 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.00 |
| HSL | 84º | 0.99% | 0.68% | - |
| HSV(B) | 84º | 0.63% | 1% | - |
| XYZ | 58.7 | 82.64 | 23.45 | - |
| YUV | 216.62 | 58.8 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 94 | 0.25 | 0 | 0.63 | 0.00 | 84 | 0.99 | 0.68 |
| Hex | BE | FE | 5E | 19 | 0 | 3F | 0 | 54 | 63 | 44 |
| Octal | 276 | 376 | 136 | 31 | 0 | 77 | 0 | 124 | 143 | 104 |
| Binary | 10111110 | 11111110 | 1011110 | 11001 | 0 | 111111 | 0 | 1010100 | 1100011 | 1000100 |
Color Harmonies of #BEFE5E
Complementary color
Monochromatic Colors of #BEFE5E
Black with #BEFE5E
Text Example
Text Example
White with #BEFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE5E; }
p { color: rgb(190,254,94); }
H1.HeaderClassName
{
color: #BEFE5E;
}
.AnyTagClassName
{
color: #BEFE5E;
}
</style>
background-color css
<style>
a { background-color: #BEFE5E; }
a { background-color: rgb(190,254,94); }
div.DivClassName
{
background-color: #BEFE5E;
}
.BgClassName
{
background-color: #BEFE5E;
}
</style>
border-color css
<style>
span { border-color: #BEFE5E; }
span { border-color: rgb(190,254,94); }
td.TdClassName
{
border-color: #BEFE5E;
}
.TagClassName
{
border-color: #BEFE5E;
}
</style>