Shades of Conifer #BEEF64
Tints of Conifer #BEEF64
RGB
CMYK
RGB Variations
Color information
#BEEF64 (or 0xBEEF64) is known color: Conifer. HEX triplet: BE, EF and 64. RGB value is (190,239,100). Sum of RGB (Red+Green+Blue) = 190+239+100=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF64 is #41109B. Grayscale: #D1D1D1. Windows color (decimal): -4264092 or 6614974. OLE color: 6614974.
HSL color Cylindrical-coordinate representation of color #BEEF64: hue angle of 81.15º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEEF64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.15º | 0.81% | 0.66% | - |
| HSV(B) | 81.15º | 0.58% | 0.94% | - |
| XYZ | 54.4 | 73.6 | 23.4 | - |
| YUV | 208.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 100 | 0.21 | 0 | 0.58 | 0.06 | 81.15 | 0.81 | 0.66 |
| Hex | BE | EF | 64 | 15 | 0 | 3A | 6 | 51 | 51 | 42 |
| Octal | 276 | 357 | 144 | 25 | 0 | 72 | 6 | 121 | 121 | 102 |
| Binary | 10111110 | 11101111 | 1100100 | 10101 | 0 | 111010 | 110 | 1010001 | 1010001 | 1000010 |
Color Harmonies of #BEEF64
Complementary color
Monochromatic Colors of #BEEF64
Black with #BEEF64
Text Example
Text Example
White with #BEEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF64; }
p { color: rgb(190,239,100); }
H1.HeaderClassName
{
color: #BEEF64;
}
.AnyTagClassName
{
color: #BEEF64;
}
</style>
background-color css
<style>
a { background-color: #BEEF64; }
a { background-color: rgb(190,239,100); }
div.DivClassName
{
background-color: #BEEF64;
}
.BgClassName
{
background-color: #BEEF64;
}
</style>
border-color css
<style>
span { border-color: #BEEF64; }
span { border-color: rgb(190,239,100); }
td.TdClassName
{
border-color: #BEEF64;
}
.TagClassName
{
border-color: #BEEF64;
}
</style>