Shades of Conifer #BEF25D
Tints of Conifer #BEF25D
RGB
CMYK
RGB Variations
Color information
#BEF25D (or 0xBEF25D) is known color: Conifer. HEX triplet: BE, F2 and 5D. RGB value is (190,242,93). Sum of RGB (Red+Green+Blue) = 190+242+93=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF25D is #410DA2. Grayscale: #D2D2D2. Windows color (decimal): -4263331 or 6156990. OLE color: 6156990.
HSL color Cylindrical-coordinate representation of color #BEF25D: hue angle of 80.94º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF25D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 93 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.05 |
| HSL | 80.94º | 0.85% | 0.66% | - |
| HSV(B) | 80.94º | 0.62% | 0.95% | - |
| XYZ | 54.96 | 75.24 | 21.98 | - |
| YUV | 209.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 93 | 0.21 | 0 | 0.62 | 0.05 | 80.94 | 0.85 | 0.66 |
| Hex | BE | F2 | 5D | 15 | 0 | 3E | 5 | 51 | 55 | 42 |
| Octal | 276 | 362 | 135 | 25 | 0 | 76 | 5 | 121 | 125 | 102 |
| Binary | 10111110 | 11110010 | 1011101 | 10101 | 0 | 111110 | 101 | 1010001 | 1010101 | 1000010 |
Color Harmonies of #BEF25D
Complementary color
Monochromatic Colors of #BEF25D
Black with #BEF25D
Text Example
Text Example
White with #BEF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF25D; }
p { color: rgb(190,242,93); }
H1.HeaderClassName
{
color: #BEF25D;
}
.AnyTagClassName
{
color: #BEF25D;
}
</style>
background-color css
<style>
a { background-color: #BEF25D; }
a { background-color: rgb(190,242,93); }
div.DivClassName
{
background-color: #BEF25D;
}
.BgClassName
{
background-color: #BEF25D;
}
</style>
border-color css
<style>
span { border-color: #BEF25D; }
span { border-color: rgb(190,242,93); }
td.TdClassName
{
border-color: #BEF25D;
}
.TagClassName
{
border-color: #BEF25D;
}
</style>