Shades of Conifer #BEF05F
Tints of Conifer #BEF05F
RGB
CMYK
RGB Variations
Color information
#BEF05F (or 0xBEF05F) is known color: Conifer. HEX triplet: BE, F0 and 5F. RGB value is (190,240,95). Sum of RGB (Red+Green+Blue) = 190+240+95=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF05F is #410FA0. Grayscale: #D1D1D1. Windows color (decimal): -4263841 or 6287550. OLE color: 6287550.
HSL color Cylindrical-coordinate representation of color #BEF05F: hue angle of 80.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF05F is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 95 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.06 |
| HSL | 80.69º | 0.83% | 0.66% | - |
| HSV(B) | 80.69º | 0.6% | 0.94% | - |
| XYZ | 54.46 | 74.09 | 22.26 | - |
| YUV | 208.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 95 | 0.21 | 0 | 0.60 | 0.06 | 80.69 | 0.83 | 0.66 |
| Hex | BE | F0 | 5F | 15 | 0 | 3C | 6 | 51 | 53 | 42 |
| Octal | 276 | 360 | 137 | 25 | 0 | 74 | 6 | 121 | 123 | 102 |
| Binary | 10111110 | 11110000 | 1011111 | 10101 | 0 | 111100 | 110 | 1010001 | 1010011 | 1000010 |
Color Harmonies of #BEF05F
Complementary color
Monochromatic Colors of #BEF05F
Black with #BEF05F
Text Example
Text Example
White with #BEF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF05F; }
p { color: rgb(190,240,95); }
H1.HeaderClassName
{
color: #BEF05F;
}
.AnyTagClassName
{
color: #BEF05F;
}
</style>
background-color css
<style>
a { background-color: #BEF05F; }
a { background-color: rgb(190,240,95); }
div.DivClassName
{
background-color: #BEF05F;
}
.BgClassName
{
background-color: #BEF05F;
}
</style>
border-color css
<style>
span { border-color: #BEF05F; }
span { border-color: rgb(190,240,95); }
td.TdClassName
{
border-color: #BEF05F;
}
.TagClassName
{
border-color: #BEF05F;
}
</style>