Shades of Conifer #BEF261
Tints of Conifer #BEF261
RGB
CMYK
RGB Variations
Color information
#BEF261 (or 0xBEF261) is known color: Conifer. HEX triplet: BE, F2 and 61. RGB value is (190,242,97). Sum of RGB (Red+Green+Blue) = 190+242+97=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF261 is #410D9E. Grayscale: #D2D2D2. Windows color (decimal): -4263327 or 6419134. OLE color: 6419134.
HSL color Cylindrical-coordinate representation of color #BEF261: hue angle of 81.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF261 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 97 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.05 |
| HSL | 81.52º | 0.85% | 0.66% | - |
| HSV(B) | 81.52º | 0.6% | 0.95% | - |
| XYZ | 55.15 | 75.31 | 22.94 | - |
| YUV | 209.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 97 | 0.21 | 0 | 0.60 | 0.05 | 81.52 | 0.85 | 0.66 |
| Hex | BE | F2 | 61 | 15 | 0 | 3C | 5 | 52 | 55 | 42 |
| Octal | 276 | 362 | 141 | 25 | 0 | 74 | 5 | 122 | 125 | 102 |
| Binary | 10111110 | 11110010 | 1100001 | 10101 | 0 | 111100 | 101 | 1010010 | 1010101 | 1000010 |
Color Harmonies of #BEF261
Complementary color
Monochromatic Colors of #BEF261
Black with #BEF261
Text Example
Text Example
White with #BEF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF261; }
p { color: rgb(190,242,97); }
H1.HeaderClassName
{
color: #BEF261;
}
.AnyTagClassName
{
color: #BEF261;
}
</style>
background-color css
<style>
a { background-color: #BEF261; }
a { background-color: rgb(190,242,97); }
div.DivClassName
{
background-color: #BEF261;
}
.BgClassName
{
background-color: #BEF261;
}
</style>
border-color css
<style>
span { border-color: #BEF261; }
span { border-color: rgb(190,242,97); }
td.TdClassName
{
border-color: #BEF261;
}
.TagClassName
{
border-color: #BEF261;
}
</style>