Shades of Conifer #BEEC4D
Tints of Conifer #BEEC4D
RGB
CMYK
RGB Variations
Color information
#BEEC4D (or 0xBEEC4D) is known color: Conifer. HEX triplet: BE, EC and 4D. RGB value is (190,236,77). Sum of RGB (Red+Green+Blue) = 190+236+77=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEC4D is #4113B2. Grayscale: #CCCCCC. Windows color (decimal): -4264883 or 5106878. OLE color: 5106878.
HSL color Cylindrical-coordinate representation of color #BEEC4D: hue angle of 77.36º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEEC4D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 236 | 77 | - |
CMYK | 0.19 | 0 | 0.67 | 0.07 |
HSL | 77.36º | 0.81% | 0.61% | - |
HSV(B) | 77.36º | 0.67% | 0.93% | - |
XYZ | 52.57 | 71.47 | 18.05 | - |
YUV | 204.12 | 56.26 | 117.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 236 | 77 | 0.19 | 0 | 0.67 | 0.07 | 77.36 | 0.81 | 0.61 |
Hex | BE | EC | 4D | 13 | 0 | 43 | 7 | 4D | 51 | 3D |
Octal | 276 | 354 | 115 | 23 | 0 | 103 | 7 | 115 | 121 | 75 |
Binary | 10111110 | 11101100 | 1001101 | 10011 | 0 | 1000011 | 111 | 1001101 | 1010001 | 111101 |
Color Harmonies of #BEEC4D
Complementary color
Monochromatic Colors of #BEEC4D
Black with #BEEC4D
Text Example
Text Example
White with #BEEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC4D; }
p { color: rgb(190,236,77); }
H1.HeaderClassName
{
color: #BEEC4D;
}
.AnyTagClassName
{
color: #BEEC4D;
}
</style>
background-color css
<style>
a { background-color: #BEEC4D; }
a { background-color: rgb(190,236,77); }
div.DivClassName
{
background-color: #BEEC4D;
}
.BgClassName
{
background-color: #BEEC4D;
}
</style>
border-color css
<style>
span { border-color: #BEEC4D; }
span { border-color: rgb(190,236,77); }
td.TdClassName
{
border-color: #BEEC4D;
}
.TagClassName
{
border-color: #BEEC4D;
}
</style>