Shades of Conifer #BEE746
Tints of Conifer #BEE746
RGB
CMYK
RGB Variations
Color information
#BEE746 (or 0xBEE746) is known color: Conifer. HEX triplet: BE, E7 and 46. RGB value is (190,231,70). Sum of RGB (Red+Green+Blue) = 190+231+70=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE746 is #4118B9. Grayscale: #C8C8C8. Windows color (decimal): -4266170 or 4646846. OLE color: 4646846.
HSL color Cylindrical-coordinate representation of color #BEE746: hue angle of 75.28º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE746 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 70 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.09 |
| HSL | 75.28º | 0.77% | 0.59% | - |
| HSV(B) | 75.28º | 0.7% | 0.91% | - |
| XYZ | 50.92 | 68.54 | 16.34 | - |
| YUV | 200.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 70 | 0.18 | 0 | 0.70 | 0.09 | 75.28 | 0.77 | 0.59 |
| Hex | BE | E7 | 46 | 12 | 0 | 46 | 9 | 4B | 4D | 3B |
| Octal | 276 | 347 | 106 | 22 | 0 | 106 | 11 | 113 | 115 | 73 |
| Binary | 10111110 | 11100111 | 1000110 | 10010 | 0 | 1000110 | 1001 | 1001011 | 1001101 | 111011 |
Color Harmonies of #BEE746
Complementary color
Monochromatic Colors of #BEE746
Black with #BEE746
Text Example
Text Example
White with #BEE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE746; }
p { color: rgb(190,231,70); }
H1.HeaderClassName
{
color: #BEE746;
}
.AnyTagClassName
{
color: #BEE746;
}
</style>
background-color css
<style>
a { background-color: #BEE746; }
a { background-color: rgb(190,231,70); }
div.DivClassName
{
background-color: #BEE746;
}
.BgClassName
{
background-color: #BEE746;
}
</style>
border-color css
<style>
span { border-color: #BEE746; }
span { border-color: rgb(190,231,70); }
td.TdClassName
{
border-color: #BEE746;
}
.TagClassName
{
border-color: #BEE746;
}
</style>