Shades of Conifer #BEF850
Tints of Conifer #BEF850
RGB
CMYK
RGB Variations
Color information
#BEF850 (or 0xBEF850) is known color: Conifer. HEX triplet: BE, F8 and 50. RGB value is (190,248,80). Sum of RGB (Red+Green+Blue) = 190+248+80=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF850 is #4107AF. Grayscale: #D4D4D4. Windows color (decimal): -4261808 or 5306558. OLE color: 5306558.
HSL color Cylindrical-coordinate representation of color #BEF850: hue angle of 80.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF850 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 80 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.03 |
| HSL | 80.71º | 0.92% | 0.64% | - |
| HSV(B) | 80.71º | 0.68% | 0.97% | - |
| XYZ | 56.25 | 78.66 | 19.81 | - |
| YUV | 211.51 | 53.78 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 80 | 0.23 | 0 | 0.68 | 0.03 | 80.71 | 0.92 | 0.64 |
| Hex | BE | F8 | 50 | 17 | 0 | 44 | 3 | 51 | 5C | 40 |
| Octal | 276 | 370 | 120 | 27 | 0 | 104 | 3 | 121 | 134 | 100 |
| Binary | 10111110 | 11111000 | 1010000 | 10111 | 0 | 1000100 | 11 | 1010001 | 1011100 | 1000000 |
Color Harmonies of #BEF850
Complementary color
Monochromatic Colors of #BEF850
Black with #BEF850
Text Example
Text Example
White with #BEF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF850; }
p { color: rgb(190,248,80); }
H1.HeaderClassName
{
color: #BEF850;
}
.AnyTagClassName
{
color: #BEF850;
}
</style>
background-color css
<style>
a { background-color: #BEF850; }
a { background-color: rgb(190,248,80); }
div.DivClassName
{
background-color: #BEF850;
}
.BgClassName
{
background-color: #BEF850;
}
</style>
border-color css
<style>
span { border-color: #BEF850; }
span { border-color: rgb(190,248,80); }
td.TdClassName
{
border-color: #BEF850;
}
.TagClassName
{
border-color: #BEF850;
}
</style>