Shades of Conifer #BEF353
Tints of Conifer #BEF353
RGB
CMYK
RGB Variations
Color information
#BEF353 (or 0xBEF353) is known color: Conifer. HEX triplet: BE, F3 and 53. RGB value is (190,243,83). Sum of RGB (Red+Green+Blue) = 190+243+83=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF353 is #410CAC. Grayscale: #D1D1D1. Windows color (decimal): -4263085 or 5501886. OLE color: 5501886.
HSL color Cylindrical-coordinate representation of color #BEF353: hue angle of 79.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEF353 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 79.88º | 0.87% | 0.64% | - |
| HSV(B) | 79.88º | 0.66% | 0.95% | - |
| XYZ | 54.85 | 75.67 | 19.9 | - |
| YUV | 208.91 | 56.94 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 83 | 0.22 | 0 | 0.66 | 0.05 | 79.88 | 0.87 | 0.64 |
| Hex | BE | F3 | 53 | 16 | 0 | 42 | 5 | 50 | 57 | 40 |
| Octal | 276 | 363 | 123 | 26 | 0 | 102 | 5 | 120 | 127 | 100 |
| Binary | 10111110 | 11110011 | 1010011 | 10110 | 0 | 1000010 | 101 | 1010000 | 1010111 | 1000000 |
Color Harmonies of #BEF353
Complementary color
Monochromatic Colors of #BEF353
Black with #BEF353
Text Example
Text Example
White with #BEF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF353; }
p { color: rgb(190,243,83); }
H1.HeaderClassName
{
color: #BEF353;
}
.AnyTagClassName
{
color: #BEF353;
}
</style>
background-color css
<style>
a { background-color: #BEF353; }
a { background-color: rgb(190,243,83); }
div.DivClassName
{
background-color: #BEF353;
}
.BgClassName
{
background-color: #BEF353;
}
</style>
border-color css
<style>
span { border-color: #BEF353; }
span { border-color: rgb(190,243,83); }
td.TdClassName
{
border-color: #BEF353;
}
.TagClassName
{
border-color: #BEF353;
}
</style>