Shades of Conifer #BEF045
Tints of Conifer #BEF045
RGB
CMYK
RGB Variations
Color information
#BEF045 (or 0xBEF045) is known color: Conifer. HEX triplet: BE, F0 and 45. RGB value is (190,240,69). Sum of RGB (Red+Green+Blue) = 190+240+69=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF045 is #410FBA. Grayscale: #CECECE. Windows color (decimal): -4263867 or 4583614. OLE color: 4583614.
HSL color Cylindrical-coordinate representation of color #BEF045: hue angle of 77.54º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEF045 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 69 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.06 |
| HSL | 77.54º | 0.85% | 0.61% | - |
| HSV(B) | 77.54º | 0.71% | 0.94% | - |
| XYZ | 53.47 | 73.7 | 17.04 | - |
| YUV | 205.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 69 | 0.21 | 0 | 0.71 | 0.06 | 77.54 | 0.85 | 0.61 |
| Hex | BE | F0 | 45 | 15 | 0 | 47 | 6 | 4E | 55 | 3D |
| Octal | 276 | 360 | 105 | 25 | 0 | 107 | 6 | 116 | 125 | 75 |
| Binary | 10111110 | 11110000 | 1000101 | 10101 | 0 | 1000111 | 110 | 1001110 | 1010101 | 111101 |
Color Harmonies of #BEF045
Complementary color
Monochromatic Colors of #BEF045
Black with #BEF045
Text Example
Text Example
White with #BEF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF045; }
p { color: rgb(190,240,69); }
H1.HeaderClassName
{
color: #BEF045;
}
.AnyTagClassName
{
color: #BEF045;
}
</style>
background-color css
<style>
a { background-color: #BEF045; }
a { background-color: rgb(190,240,69); }
div.DivClassName
{
background-color: #BEF045;
}
.BgClassName
{
background-color: #BEF045;
}
</style>
border-color css
<style>
span { border-color: #BEF045; }
span { border-color: rgb(190,240,69); }
td.TdClassName
{
border-color: #BEF045;
}
.TagClassName
{
border-color: #BEF045;
}
</style>