Shades of Conifer #BEF356
Tints of Conifer #BEF356
RGB
CMYK
RGB Variations
Color information
#BEF356 (or 0xBEF356) is known color: Conifer. HEX triplet: BE, F3 and 56. RGB value is (190,243,86). Sum of RGB (Red+Green+Blue) = 190+243+86=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF356 is #410CA9. Grayscale: #D1D1D1. Windows color (decimal): -4263082 or 5698494. OLE color: 5698494.
HSL color Cylindrical-coordinate representation of color #BEF356: hue angle of 80.25º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF356 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 86 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.05 |
| HSL | 80.25º | 0.87% | 0.65% | - |
| HSV(B) | 80.25º | 0.65% | 0.95% | - |
| XYZ | 54.97 | 75.72 | 20.52 | - |
| YUV | 209.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 86 | 0.22 | 0 | 0.65 | 0.05 | 80.25 | 0.87 | 0.65 |
| Hex | BE | F3 | 56 | 16 | 0 | 41 | 5 | 50 | 57 | 41 |
| Octal | 276 | 363 | 126 | 26 | 0 | 101 | 5 | 120 | 127 | 101 |
| Binary | 10111110 | 11110011 | 1010110 | 10110 | 0 | 1000001 | 101 | 1010000 | 1010111 | 1000001 |
Color Harmonies of #BEF356
Complementary color
Monochromatic Colors of #BEF356
Black with #BEF356
Text Example
Text Example
White with #BEF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF356; }
p { color: rgb(190,243,86); }
H1.HeaderClassName
{
color: #BEF356;
}
.AnyTagClassName
{
color: #BEF356;
}
</style>
background-color css
<style>
a { background-color: #BEF356; }
a { background-color: rgb(190,243,86); }
div.DivClassName
{
background-color: #BEF356;
}
.BgClassName
{
background-color: #BEF356;
}
</style>
border-color css
<style>
span { border-color: #BEF356; }
span { border-color: rgb(190,243,86); }
td.TdClassName
{
border-color: #BEF356;
}
.TagClassName
{
border-color: #BEF356;
}
</style>