Shades of Conifer #BEF258
Tints of Conifer #BEF258
RGB
CMYK
RGB Variations
Color information
#BEF258 (or 0xBEF258) is known color: Conifer. HEX triplet: BE, F2 and 58. RGB value is (190,242,88). Sum of RGB (Red+Green+Blue) = 190+242+88=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF258 is #410DA7. Grayscale: #D1D1D1. Windows color (decimal): -4263336 or 5829310. OLE color: 5829310.
HSL color Cylindrical-coordinate representation of color #BEF258: hue angle of 80.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEF258 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 88 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.05 |
| HSL | 80.26º | 0.86% | 0.65% | - |
| HSV(B) | 80.26º | 0.64% | 0.95% | - |
| XYZ | 54.75 | 75.16 | 20.85 | - |
| YUV | 208.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 88 | 0.21 | 0 | 0.64 | 0.05 | 80.26 | 0.86 | 0.65 |
| Hex | BE | F2 | 58 | 15 | 0 | 40 | 5 | 50 | 56 | 41 |
| Octal | 276 | 362 | 130 | 25 | 0 | 100 | 5 | 120 | 126 | 101 |
| Binary | 10111110 | 11110010 | 1011000 | 10101 | 0 | 1000000 | 101 | 1010000 | 1010110 | 1000001 |
Color Harmonies of #BEF258
Complementary color
Monochromatic Colors of #BEF258
Black with #BEF258
Text Example
Text Example
White with #BEF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF258; }
p { color: rgb(190,242,88); }
H1.HeaderClassName
{
color: #BEF258;
}
.AnyTagClassName
{
color: #BEF258;
}
</style>
background-color css
<style>
a { background-color: #BEF258; }
a { background-color: rgb(190,242,88); }
div.DivClassName
{
background-color: #BEF258;
}
.BgClassName
{
background-color: #BEF258;
}
</style>
border-color css
<style>
span { border-color: #BEF258; }
span { border-color: rgb(190,242,88); }
td.TdClassName
{
border-color: #BEF258;
}
.TagClassName
{
border-color: #BEF258;
}
</style>