Shades of Conifer #BEF15D
Tints of Conifer #BEF15D
RGB
CMYK
RGB Variations
Color information
#BEF15D (or 0xBEF15D) is known color: Conifer. HEX triplet: BE, F1 and 5D. RGB value is (190,241,93). Sum of RGB (Red+Green+Blue) = 190+241+93=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF15D is #410EA2. Grayscale: #D1D1D1. Windows color (decimal): -4263587 or 6156734. OLE color: 6156734.
HSL color Cylindrical-coordinate representation of color #BEF15D: hue angle of 80.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEF15D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 93 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.68º | 0.84% | 0.65% | - |
| HSV(B) | 80.68º | 0.61% | 0.95% | - |
| XYZ | 54.67 | 74.65 | 21.88 | - |
| YUV | 208.88 | 62.6 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 93 | 0.21 | 0 | 0.61 | 0.05 | 80.68 | 0.84 | 0.65 |
| Hex | BE | F1 | 5D | 15 | 0 | 3D | 5 | 51 | 54 | 41 |
| Octal | 276 | 361 | 135 | 25 | 0 | 75 | 5 | 121 | 124 | 101 |
| Binary | 10111110 | 11110001 | 1011101 | 10101 | 0 | 111101 | 101 | 1010001 | 1010100 | 1000001 |
Color Harmonies of #BEF15D
Complementary color
Monochromatic Colors of #BEF15D
Black with #BEF15D
Text Example
Text Example
White with #BEF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF15D; }
p { color: rgb(190,241,93); }
H1.HeaderClassName
{
color: #BEF15D;
}
.AnyTagClassName
{
color: #BEF15D;
}
</style>
background-color css
<style>
a { background-color: #BEF15D; }
a { background-color: rgb(190,241,93); }
div.DivClassName
{
background-color: #BEF15D;
}
.BgClassName
{
background-color: #BEF15D;
}
</style>
border-color css
<style>
span { border-color: #BEF15D; }
span { border-color: rgb(190,241,93); }
td.TdClassName
{
border-color: #BEF15D;
}
.TagClassName
{
border-color: #BEF15D;
}
</style>