Shades of Conifer #BEF15B
Tints of Conifer #BEF15B
RGB
CMYK
RGB Variations
Color information
#BEF15B (or 0xBEF15B) is known color: Conifer. HEX triplet: BE, F1 and 5B. RGB value is (190,241,91). Sum of RGB (Red+Green+Blue) = 190+241+91=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF15B is #410EA4. Grayscale: #D1D1D1. Windows color (decimal): -4263589 or 6025662. OLE color: 6025662.
HSL color Cylindrical-coordinate representation of color #BEF15B: hue angle of 80.4º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF15B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 91 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.05 |
| HSL | 80.4º | 0.84% | 0.65% | - |
| HSV(B) | 80.4º | 0.62% | 0.95% | - |
| XYZ | 54.58 | 74.61 | 21.42 | - |
| YUV | 208.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 91 | 0.21 | 0 | 0.62 | 0.05 | 80.4 | 0.84 | 0.65 |
| Hex | BE | F1 | 5B | 15 | 0 | 3E | 5 | 50 | 54 | 41 |
| Octal | 276 | 361 | 133 | 25 | 0 | 76 | 5 | 120 | 124 | 101 |
| Binary | 10111110 | 11110001 | 1011011 | 10101 | 0 | 111110 | 101 | 1010000 | 1010100 | 1000001 |
Color Harmonies of #BEF15B
Complementary color
Monochromatic Colors of #BEF15B
Black with #BEF15B
Text Example
Text Example
White with #BEF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF15B; }
p { color: rgb(190,241,91); }
H1.HeaderClassName
{
color: #BEF15B;
}
.AnyTagClassName
{
color: #BEF15B;
}
</style>
background-color css
<style>
a { background-color: #BEF15B; }
a { background-color: rgb(190,241,91); }
div.DivClassName
{
background-color: #BEF15B;
}
.BgClassName
{
background-color: #BEF15B;
}
</style>
border-color css
<style>
span { border-color: #BEF15B; }
span { border-color: rgb(190,241,91); }
td.TdClassName
{
border-color: #BEF15B;
}
.TagClassName
{
border-color: #BEF15B;
}
</style>