Shades of Conifer #BEEC5A
Tints of Conifer #BEEC5A
RGB
CMYK
RGB Variations
Color information
#BEEC5A (or 0xBEEC5A) is known color: Conifer. HEX triplet: BE, EC and 5A. RGB value is (190,236,90). Sum of RGB (Red+Green+Blue) = 190+236+90=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC5A is #4113A5. Grayscale: #CECECE. Windows color (decimal): -4264870 or 5958846. OLE color: 5958846.
HSL color Cylindrical-coordinate representation of color #BEEC5A: hue angle of 78.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEEC5A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 90 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.07 |
| HSL | 78.9º | 0.79% | 0.64% | - |
| HSV(B) | 78.9º | 0.62% | 0.93% | - |
| XYZ | 53.08 | 71.68 | 20.71 | - |
| YUV | 205.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 90 | 0.19 | 0 | 0.62 | 0.07 | 78.9 | 0.79 | 0.64 |
| Hex | BE | EC | 5A | 13 | 0 | 3E | 7 | 4F | 4F | 40 |
| Octal | 276 | 354 | 132 | 23 | 0 | 76 | 7 | 117 | 117 | 100 |
| Binary | 10111110 | 11101100 | 1011010 | 10011 | 0 | 111110 | 111 | 1001111 | 1001111 | 1000000 |
Color Harmonies of #BEEC5A
Complementary color
Monochromatic Colors of #BEEC5A
Black with #BEEC5A
Text Example
Text Example
White with #BEEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC5A; }
p { color: rgb(190,236,90); }
H1.HeaderClassName
{
color: #BEEC5A;
}
.AnyTagClassName
{
color: #BEEC5A;
}
</style>
background-color css
<style>
a { background-color: #BEEC5A; }
a { background-color: rgb(190,236,90); }
div.DivClassName
{
background-color: #BEEC5A;
}
.BgClassName
{
background-color: #BEEC5A;
}
</style>
border-color css
<style>
span { border-color: #BEEC5A; }
span { border-color: rgb(190,236,90); }
td.TdClassName
{
border-color: #BEEC5A;
}
.TagClassName
{
border-color: #BEEC5A;
}
</style>