Shades of Conifer #BEF85A
Tints of Conifer #BEF85A
RGB
CMYK
RGB Variations
Color information
#BEF85A (or 0xBEF85A) is known color: Conifer. HEX triplet: BE, F8 and 5A. RGB value is (190,248,90). Sum of RGB (Red+Green+Blue) = 190+248+90=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF85A is #4107A5. Grayscale: #D5D5D5. Windows color (decimal): -4261798 or 5961918. OLE color: 5961918.
HSL color Cylindrical-coordinate representation of color #BEF85A: hue angle of 82.03º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEF85A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 90 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.03 |
| HSL | 82.03º | 0.92% | 0.66% | - |
| HSV(B) | 82.03º | 0.64% | 0.97% | - |
| XYZ | 56.65 | 78.82 | 21.9 | - |
| YUV | 212.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 90 | 0.23 | 0 | 0.64 | 0.03 | 82.03 | 0.92 | 0.66 |
| Hex | BE | F8 | 5A | 17 | 0 | 40 | 3 | 52 | 5C | 42 |
| Octal | 276 | 370 | 132 | 27 | 0 | 100 | 3 | 122 | 134 | 102 |
| Binary | 10111110 | 11111000 | 1011010 | 10111 | 0 | 1000000 | 11 | 1010010 | 1011100 | 1000010 |
Color Harmonies of #BEF85A
Complementary color
Monochromatic Colors of #BEF85A
Black with #BEF85A
Text Example
Text Example
White with #BEF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF85A; }
p { color: rgb(190,248,90); }
H1.HeaderClassName
{
color: #BEF85A;
}
.AnyTagClassName
{
color: #BEF85A;
}
</style>
background-color css
<style>
a { background-color: #BEF85A; }
a { background-color: rgb(190,248,90); }
div.DivClassName
{
background-color: #BEF85A;
}
.BgClassName
{
background-color: #BEF85A;
}
</style>
border-color css
<style>
span { border-color: #BEF85A; }
span { border-color: rgb(190,248,90); }
td.TdClassName
{
border-color: #BEF85A;
}
.TagClassName
{
border-color: #BEF85A;
}
</style>