Shades of Conifer #BEF855
Tints of Conifer #BEF855
RGB
CMYK
RGB Variations
Color information
#BEF855 (or 0xBEF855) is known color: Conifer. HEX triplet: BE, F8 and 55. RGB value is (190,248,85). Sum of RGB (Red+Green+Blue) = 190+248+85=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF855 is #4107AA. Grayscale: #D4D4D4. Windows color (decimal): -4261803 or 5634238. OLE color: 5634238.
HSL color Cylindrical-coordinate representation of color #BEF855: hue angle of 81.35º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEF855 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 85 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.03 |
| HSL | 81.35º | 0.92% | 0.65% | - |
| HSV(B) | 81.35º | 0.66% | 0.97% | - |
| XYZ | 56.44 | 78.74 | 20.82 | - |
| YUV | 212.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 85 | 0.23 | 0 | 0.66 | 0.03 | 81.35 | 0.92 | 0.65 |
| Hex | BE | F8 | 55 | 17 | 0 | 42 | 3 | 51 | 5C | 41 |
| Octal | 276 | 370 | 125 | 27 | 0 | 102 | 3 | 121 | 134 | 101 |
| Binary | 10111110 | 11111000 | 1010101 | 10111 | 0 | 1000010 | 11 | 1010001 | 1011100 | 1000001 |
Color Harmonies of #BEF855
Complementary color
Monochromatic Colors of #BEF855
Black with #BEF855
Text Example
Text Example
White with #BEF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF855; }
p { color: rgb(190,248,85); }
H1.HeaderClassName
{
color: #BEF855;
}
.AnyTagClassName
{
color: #BEF855;
}
</style>
background-color css
<style>
a { background-color: #BEF855; }
a { background-color: rgb(190,248,85); }
div.DivClassName
{
background-color: #BEF855;
}
.BgClassName
{
background-color: #BEF855;
}
</style>
border-color css
<style>
span { border-color: #BEF855; }
span { border-color: rgb(190,248,85); }
td.TdClassName
{
border-color: #BEF855;
}
.TagClassName
{
border-color: #BEF855;
}
</style>