Shades of Conifer #BED44E
Tints of Conifer #BED44E
RGB
CMYK
RGB Variations
Color information
#BED44E (or 0xBED44E) is known color: Conifer. HEX triplet: BE, D4 and 4E. RGB value is (190,212,78). Sum of RGB (Red+Green+Blue) = 190+212+78=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #BED44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED44E is #412BB1. Grayscale: #BEBEBE. Windows color (decimal): -4271026 or 5166270. OLE color: 5166270.
HSL color Cylindrical-coordinate representation of color #BED44E: hue angle of 69.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BED44E is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 78 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.17 |
| HSL | 69.85º | 0.61% | 0.57% | - |
| HSV(B) | 69.85º | 0.63% | 0.83% | - |
| XYZ | 46.15 | 58.58 | 16.08 | - |
| YUV | 190.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 78 | 0.10 | 0 | 0.63 | 0.17 | 69.85 | 0.61 | 0.57 |
| Hex | BE | D4 | 4E | A | 0 | 3F | 11 | 46 | 3D | 39 |
| Octal | 276 | 324 | 116 | 12 | 0 | 77 | 21 | 106 | 75 | 71 |
| Binary | 10111110 | 11010100 | 1001110 | 1010 | 0 | 111111 | 10001 | 1000110 | 111101 | 111001 |
Color Harmonies of #BED44E
Complementary color
Monochromatic Colors of #BED44E
Black with #BED44E
Text Example
Text Example
White with #BED44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED44E; }
p { color: rgb(190,212,78); }
H1.HeaderClassName
{
color: #BED44E;
}
.AnyTagClassName
{
color: #BED44E;
}
</style>
background-color css
<style>
a { background-color: #BED44E; }
a { background-color: rgb(190,212,78); }
div.DivClassName
{
background-color: #BED44E;
}
.BgClassName
{
background-color: #BED44E;
}
</style>
border-color css
<style>
span { border-color: #BED44E; }
span { border-color: rgb(190,212,78); }
td.TdClassName
{
border-color: #BED44E;
}
.TagClassName
{
border-color: #BED44E;
}
</style>