Shades of Conifer #BEF262
Tints of Conifer #BEF262
RGB
CMYK
RGB Variations
Color information
#BEF262 (or 0xBEF262) is known color: Conifer. HEX triplet: BE, F2 and 62. RGB value is (190,242,98). Sum of RGB (Red+Green+Blue) = 190+242+98=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF262 is #410D9D. Grayscale: #D2D2D2. Windows color (decimal): -4263326 or 6484670. OLE color: 6484670.
HSL color Cylindrical-coordinate representation of color #BEF262: hue angle of 81.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF262 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 98 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.05 |
| HSL | 81.67º | 0.85% | 0.67% | - |
| HSV(B) | 81.67º | 0.6% | 0.95% | - |
| XYZ | 55.19 | 75.33 | 23.19 | - |
| YUV | 210.04 | 64.77 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 98 | 0.21 | 0 | 0.60 | 0.05 | 81.67 | 0.85 | 0.67 |
| Hex | BE | F2 | 62 | 15 | 0 | 3C | 5 | 52 | 55 | 43 |
| Octal | 276 | 362 | 142 | 25 | 0 | 74 | 5 | 122 | 125 | 103 |
| Binary | 10111110 | 11110010 | 1100010 | 10101 | 0 | 111100 | 101 | 1010010 | 1010101 | 1000011 |
Color Harmonies of #BEF262
Complementary color
Monochromatic Colors of #BEF262
Black with #BEF262
Text Example
Text Example
White with #BEF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF262; }
p { color: rgb(190,242,98); }
H1.HeaderClassName
{
color: #BEF262;
}
.AnyTagClassName
{
color: #BEF262;
}
</style>
background-color css
<style>
a { background-color: #BEF262; }
a { background-color: rgb(190,242,98); }
div.DivClassName
{
background-color: #BEF262;
}
.BgClassName
{
background-color: #BEF262;
}
</style>
border-color css
<style>
span { border-color: #BEF262; }
span { border-color: rgb(190,242,98); }
td.TdClassName
{
border-color: #BEF262;
}
.TagClassName
{
border-color: #BEF262;
}
</style>