Shades of Conifer #BEF259
Tints of Conifer #BEF259
RGB
CMYK
RGB Variations
Color information
#BEF259 (or 0xBEF259) is known color: Conifer. HEX triplet: BE, F2 and 59. RGB value is (190,242,89). Sum of RGB (Red+Green+Blue) = 190+242+89=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF259 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF259 is #410DA6. Grayscale: #D1D1D1. Windows color (decimal): -4263335 or 5894846. OLE color: 5894846.
HSL color Cylindrical-coordinate representation of color #BEF259: hue angle of 80.39º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEF259 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 89 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.05 |
| HSL | 80.39º | 0.85% | 0.65% | - |
| HSV(B) | 80.39º | 0.63% | 0.95% | - |
| XYZ | 54.79 | 75.17 | 21.07 | - |
| YUV | 209.01 | 60.27 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 89 | 0.21 | 0 | 0.63 | 0.05 | 80.39 | 0.85 | 0.65 |
| Hex | BE | F2 | 59 | 15 | 0 | 3F | 5 | 50 | 55 | 41 |
| Octal | 276 | 362 | 131 | 25 | 0 | 77 | 5 | 120 | 125 | 101 |
| Binary | 10111110 | 11110010 | 1011001 | 10101 | 0 | 111111 | 101 | 1010000 | 1010101 | 1000001 |
Color Harmonies of #BEF259
Complementary color
Monochromatic Colors of #BEF259
Black with #BEF259
Text Example
Text Example
White with #BEF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF259; }
p { color: rgb(190,242,89); }
H1.HeaderClassName
{
color: #BEF259;
}
.AnyTagClassName
{
color: #BEF259;
}
</style>
background-color css
<style>
a { background-color: #BEF259; }
a { background-color: rgb(190,242,89); }
div.DivClassName
{
background-color: #BEF259;
}
.BgClassName
{
background-color: #BEF259;
}
</style>
border-color css
<style>
span { border-color: #BEF259; }
span { border-color: rgb(190,242,89); }
td.TdClassName
{
border-color: #BEF259;
}
.TagClassName
{
border-color: #BEF259;
}
</style>