Shades of Conifer #BEF65D
Tints of Conifer #BEF65D
RGB
CMYK
RGB Variations
Color information
#BEF65D (or 0xBEF65D) is known color: Conifer. HEX triplet: BE, F6 and 5D. RGB value is (190,246,93). Sum of RGB (Red+Green+Blue) = 190+246+93=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF65D is #4109A2. Grayscale: #D4D4D4. Windows color (decimal): -4262307 or 6158014. OLE color: 6158014.
HSL color Cylindrical-coordinate representation of color #BEF65D: hue angle of 81.96º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF65D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 93 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.04 |
| HSL | 81.96º | 0.89% | 0.66% | - |
| HSV(B) | 81.96º | 0.62% | 0.96% | - |
| XYZ | 56.17 | 77.65 | 22.38 | - |
| YUV | 211.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 93 | 0.23 | 0 | 0.62 | 0.04 | 81.96 | 0.89 | 0.66 |
| Hex | BE | F6 | 5D | 17 | 0 | 3E | 4 | 52 | 59 | 42 |
| Octal | 276 | 366 | 135 | 27 | 0 | 76 | 4 | 122 | 131 | 102 |
| Binary | 10111110 | 11110110 | 1011101 | 10111 | 0 | 111110 | 100 | 1010010 | 1011001 | 1000010 |
Color Harmonies of #BEF65D
Complementary color
Monochromatic Colors of #BEF65D
Black with #BEF65D
Text Example
Text Example
White with #BEF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF65D; }
p { color: rgb(190,246,93); }
H1.HeaderClassName
{
color: #BEF65D;
}
.AnyTagClassName
{
color: #BEF65D;
}
</style>
background-color css
<style>
a { background-color: #BEF65D; }
a { background-color: rgb(190,246,93); }
div.DivClassName
{
background-color: #BEF65D;
}
.BgClassName
{
background-color: #BEF65D;
}
</style>
border-color css
<style>
span { border-color: #BEF65D; }
span { border-color: rgb(190,246,93); }
td.TdClassName
{
border-color: #BEF65D;
}
.TagClassName
{
border-color: #BEF65D;
}
</style>