Shades of Conifer #BEF053
Tints of Conifer #BEF053
RGB
CMYK
RGB Variations
Color information
#BEF053 (or 0xBEF053) is known color: Conifer. HEX triplet: BE, F0 and 53. RGB value is (190,240,83). Sum of RGB (Red+Green+Blue) = 190+240+83=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF053 is #410FAC. Grayscale: #CFCFCF. Windows color (decimal): -4263853 or 5501118. OLE color: 5501118.
HSL color Cylindrical-coordinate representation of color #BEF053: hue angle of 79.11º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF053 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 83 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.06 |
| HSL | 79.11º | 0.84% | 0.63% | - |
| HSV(B) | 79.11º | 0.65% | 0.94% | - |
| XYZ | 53.96 | 73.89 | 19.6 | - |
| YUV | 207.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 83 | 0.21 | 0 | 0.65 | 0.06 | 79.11 | 0.84 | 0.63 |
| Hex | BE | F0 | 53 | 15 | 0 | 41 | 6 | 4F | 54 | 3F |
| Octal | 276 | 360 | 123 | 25 | 0 | 101 | 6 | 117 | 124 | 77 |
| Binary | 10111110 | 11110000 | 1010011 | 10101 | 0 | 1000001 | 110 | 1001111 | 1010100 | 111111 |
Color Harmonies of #BEF053
Complementary color
Monochromatic Colors of #BEF053
Black with #BEF053
Text Example
Text Example
White with #BEF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF053; }
p { color: rgb(190,240,83); }
H1.HeaderClassName
{
color: #BEF053;
}
.AnyTagClassName
{
color: #BEF053;
}
</style>
background-color css
<style>
a { background-color: #BEF053; }
a { background-color: rgb(190,240,83); }
div.DivClassName
{
background-color: #BEF053;
}
.BgClassName
{
background-color: #BEF053;
}
</style>
border-color css
<style>
span { border-color: #BEF053; }
span { border-color: rgb(190,240,83); }
td.TdClassName
{
border-color: #BEF053;
}
.TagClassName
{
border-color: #BEF053;
}
</style>