Shades of Conifer #BEF064
Tints of Conifer #BEF064
RGB
CMYK
RGB Variations
Color information
#BEF064 (or 0xBEF064) is known color: Conifer. HEX triplet: BE, F0 and 64. RGB value is (190,240,100). Sum of RGB (Red+Green+Blue) = 190+240+100=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF064 is #410F9B. Grayscale: #D1D1D1. Windows color (decimal): -4263836 or 6615230. OLE color: 6615230.
HSL color Cylindrical-coordinate representation of color #BEF064: hue angle of 81.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF064 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.43º | 0.82% | 0.67% | - |
| HSV(B) | 81.43º | 0.58% | 0.94% | - |
| XYZ | 54.7 | 74.19 | 23.49 | - |
| YUV | 209.09 | 66.44 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 100 | 0.21 | 0 | 0.58 | 0.06 | 81.43 | 0.82 | 0.67 |
| Hex | BE | F0 | 64 | 15 | 0 | 3A | 6 | 51 | 52 | 43 |
| Octal | 276 | 360 | 144 | 25 | 0 | 72 | 6 | 121 | 122 | 103 |
| Binary | 10111110 | 11110000 | 1100100 | 10101 | 0 | 111010 | 110 | 1010001 | 1010010 | 1000011 |
Color Harmonies of #BEF064
Complementary color
Monochromatic Colors of #BEF064
Black with #BEF064
Text Example
Text Example
White with #BEF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF064; }
p { color: rgb(190,240,100); }
H1.HeaderClassName
{
color: #BEF064;
}
.AnyTagClassName
{
color: #BEF064;
}
</style>
background-color css
<style>
a { background-color: #BEF064; }
a { background-color: rgb(190,240,100); }
div.DivClassName
{
background-color: #BEF064;
}
.BgClassName
{
background-color: #BEF064;
}
</style>
border-color css
<style>
span { border-color: #BEF064; }
span { border-color: rgb(190,240,100); }
td.TdClassName
{
border-color: #BEF064;
}
.TagClassName
{
border-color: #BEF064;
}
</style>