Shades of Conifer #BEF85D
Tints of Conifer #BEF85D
RGB
CMYK
RGB Variations
Color information
#BEF85D (or 0xBEF85D) is known color: Conifer. HEX triplet: BE, F8 and 5D. RGB value is (190,248,93). Sum of RGB (Red+Green+Blue) = 190+248+93=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF85D is #4107A2. Grayscale: #D5D5D5. Windows color (decimal): -4261795 or 6158526. OLE color: 6158526.
HSL color Cylindrical-coordinate representation of color #BEF85D: hue angle of 82.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF85D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 93 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.03 |
| HSL | 82.45º | 0.92% | 0.67% | - |
| HSV(B) | 82.45º | 0.63% | 0.97% | - |
| XYZ | 56.78 | 78.87 | 22.59 | - |
| YUV | 212.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 93 | 0.23 | 0 | 0.62 | 0.03 | 82.45 | 0.92 | 0.67 |
| Hex | BE | F8 | 5D | 17 | 0 | 3E | 3 | 52 | 5C | 43 |
| Octal | 276 | 370 | 135 | 27 | 0 | 76 | 3 | 122 | 134 | 103 |
| Binary | 10111110 | 11111000 | 1011101 | 10111 | 0 | 111110 | 11 | 1010010 | 1011100 | 1000011 |
Color Harmonies of #BEF85D
Complementary color
Monochromatic Colors of #BEF85D
Black with #BEF85D
Text Example
Text Example
White with #BEF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF85D; }
p { color: rgb(190,248,93); }
H1.HeaderClassName
{
color: #BEF85D;
}
.AnyTagClassName
{
color: #BEF85D;
}
</style>
background-color css
<style>
a { background-color: #BEF85D; }
a { background-color: rgb(190,248,93); }
div.DivClassName
{
background-color: #BEF85D;
}
.BgClassName
{
background-color: #BEF85D;
}
</style>
border-color css
<style>
span { border-color: #BEF85D; }
span { border-color: rgb(190,248,93); }
td.TdClassName
{
border-color: #BEF85D;
}
.TagClassName
{
border-color: #BEF85D;
}
</style>