Shades of Conifer #BEF959
Tints of Conifer #BEF959
RGB
CMYK
RGB Variations
Color information
#BEF959 (or 0xBEF959) is known color: Conifer. HEX triplet: BE, F9 and 59. RGB value is (190,249,89). Sum of RGB (Red+Green+Blue) = 190+249+89=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF959 is #4106A6. Grayscale: #D5D5D5. Windows color (decimal): -4261543 or 5896638. OLE color: 5896638.
HSL color Cylindrical-coordinate representation of color #BEF959: hue angle of 82.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEF959 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 89 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.02 |
| HSL | 82.13º | 0.93% | 0.66% | - |
| HSV(B) | 82.13º | 0.64% | 0.98% | - |
| XYZ | 56.91 | 79.42 | 21.78 | - |
| YUV | 213.12 | 57.95 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 89 | 0.24 | 0 | 0.64 | 0.02 | 82.13 | 0.93 | 0.66 |
| Hex | BE | F9 | 59 | 18 | 0 | 40 | 2 | 52 | 5D | 42 |
| Octal | 276 | 371 | 131 | 30 | 0 | 100 | 2 | 122 | 135 | 102 |
| Binary | 10111110 | 11111001 | 1011001 | 11000 | 0 | 1000000 | 10 | 1010010 | 1011101 | 1000010 |
Color Harmonies of #BEF959
Complementary color
Monochromatic Colors of #BEF959
Black with #BEF959
Text Example
Text Example
White with #BEF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF959; }
p { color: rgb(190,249,89); }
H1.HeaderClassName
{
color: #BEF959;
}
.AnyTagClassName
{
color: #BEF959;
}
</style>
background-color css
<style>
a { background-color: #BEF959; }
a { background-color: rgb(190,249,89); }
div.DivClassName
{
background-color: #BEF959;
}
.BgClassName
{
background-color: #BEF959;
}
</style>
border-color css
<style>
span { border-color: #BEF959; }
span { border-color: rgb(190,249,89); }
td.TdClassName
{
border-color: #BEF959;
}
.TagClassName
{
border-color: #BEF959;
}
</style>