Shades of Conifer #BEF355
Tints of Conifer #BEF355
RGB
CMYK
RGB Variations
Color information
#BEF355 (or 0xBEF355) is known color: Conifer. HEX triplet: BE, F3 and 55. RGB value is (190,243,85). Sum of RGB (Red+Green+Blue) = 190+243+85=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF355 is #410CAA. Grayscale: #D1D1D1. Windows color (decimal): -4263083 or 5632958. OLE color: 5632958.
HSL color Cylindrical-coordinate representation of color #BEF355: hue angle of 80.13º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF355 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 85 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.05 |
| HSL | 80.13º | 0.87% | 0.64% | - |
| HSV(B) | 80.13º | 0.65% | 0.95% | - |
| XYZ | 54.93 | 75.7 | 20.31 | - |
| YUV | 209.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 85 | 0.22 | 0 | 0.65 | 0.05 | 80.13 | 0.87 | 0.64 |
| Hex | BE | F3 | 55 | 16 | 0 | 41 | 5 | 50 | 57 | 40 |
| Octal | 276 | 363 | 125 | 26 | 0 | 101 | 5 | 120 | 127 | 100 |
| Binary | 10111110 | 11110011 | 1010101 | 10110 | 0 | 1000001 | 101 | 1010000 | 1010111 | 1000000 |
Color Harmonies of #BEF355
Complementary color
Monochromatic Colors of #BEF355
Black with #BEF355
Text Example
Text Example
White with #BEF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF355; }
p { color: rgb(190,243,85); }
H1.HeaderClassName
{
color: #BEF355;
}
.AnyTagClassName
{
color: #BEF355;
}
</style>
background-color css
<style>
a { background-color: #BEF355; }
a { background-color: rgb(190,243,85); }
div.DivClassName
{
background-color: #BEF355;
}
.BgClassName
{
background-color: #BEF355;
}
</style>
border-color css
<style>
span { border-color: #BEF355; }
span { border-color: rgb(190,243,85); }
td.TdClassName
{
border-color: #BEF355;
}
.TagClassName
{
border-color: #BEF355;
}
</style>