Shades of Conifer #BEFE50
Tints of Conifer #BEFE50
RGB
CMYK
RGB Variations
Color information
#BEFE50 (or 0xBEFE50) is known color: Conifer. HEX triplet: BE, FE and 50. RGB value is (190,254,80). Sum of RGB (Red+Green+Blue) = 190+254+80=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE50 is #4101AF. Grayscale: #D7D7D7. Windows color (decimal): -4260272 or 5308094. OLE color: 5308094.
HSL color Cylindrical-coordinate representation of color #BEFE50: hue angle of 82.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEFE50 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 80 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.00 |
| HSL | 82.07º | 0.99% | 0.65% | - |
| HSV(B) | 82.07º | 0.69% | 1% | - |
| XYZ | 58.12 | 82.41 | 20.43 | - |
| YUV | 215.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 80 | 0.25 | 0 | 0.69 | 0.00 | 82.07 | 0.99 | 0.65 |
| Hex | BE | FE | 50 | 19 | 0 | 45 | 0 | 52 | 63 | 41 |
| Octal | 276 | 376 | 120 | 31 | 0 | 105 | 0 | 122 | 143 | 101 |
| Binary | 10111110 | 11111110 | 1010000 | 11001 | 0 | 1000101 | 0 | 1010010 | 1100011 | 1000001 |
Color Harmonies of #BEFE50
Complementary color
Monochromatic Colors of #BEFE50
Black with #BEFE50
Text Example
Text Example
White with #BEFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE50; }
p { color: rgb(190,254,80); }
H1.HeaderClassName
{
color: #BEFE50;
}
.AnyTagClassName
{
color: #BEFE50;
}
</style>
background-color css
<style>
a { background-color: #BEFE50; }
a { background-color: rgb(190,254,80); }
div.DivClassName
{
background-color: #BEFE50;
}
.BgClassName
{
background-color: #BEFE50;
}
</style>
border-color css
<style>
span { border-color: #BEFE50; }
span { border-color: rgb(190,254,80); }
td.TdClassName
{
border-color: #BEFE50;
}
.TagClassName
{
border-color: #BEFE50;
}
</style>