Shades of Conifer #BEE745
Tints of Conifer #BEE745
RGB
CMYK
RGB Variations
Color information
#BEE745 (or 0xBEE745) is known color: Conifer. HEX triplet: BE, E7 and 45. RGB value is (190,231,69). Sum of RGB (Red+Green+Blue) = 190+231+69=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE745 is #4118BA. Grayscale: #C8C8C8. Windows color (decimal): -4266171 or 4581310. OLE color: 4581310.
HSL color Cylindrical-coordinate representation of color #BEE745: hue angle of 75.19º 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 #BEE745 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 69 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.09 |
| HSL | 75.19º | 0.77% | 0.59% | - |
| HSV(B) | 75.19º | 0.7% | 0.91% | - |
| XYZ | 50.89 | 68.53 | 16.18 | - |
| YUV | 200.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 69 | 0.18 | 0 | 0.70 | 0.09 | 75.19 | 0.77 | 0.59 |
| Hex | BE | E7 | 45 | 12 | 0 | 46 | 9 | 4B | 4D | 3B |
| Octal | 276 | 347 | 105 | 22 | 0 | 106 | 11 | 113 | 115 | 73 |
| Binary | 10111110 | 11100111 | 1000101 | 10010 | 0 | 1000110 | 1001 | 1001011 | 1001101 | 111011 |
Color Harmonies of #BEE745
Complementary color
Monochromatic Colors of #BEE745
Black with #BEE745
Text Example
Text Example
White with #BEE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE745; }
p { color: rgb(190,231,69); }
H1.HeaderClassName
{
color: #BEE745;
}
.AnyTagClassName
{
color: #BEE745;
}
</style>
background-color css
<style>
a { background-color: #BEE745; }
a { background-color: rgb(190,231,69); }
div.DivClassName
{
background-color: #BEE745;
}
.BgClassName
{
background-color: #BEE745;
}
</style>
border-color css
<style>
span { border-color: #BEE745; }
span { border-color: rgb(190,231,69); }
td.TdClassName
{
border-color: #BEE745;
}
.TagClassName
{
border-color: #BEE745;
}
</style>