Shades of Conifer #BED84A
Tints of Conifer #BED84A
RGB
CMYK
RGB Variations
Color information
#BED84A (or 0xBED84A) is known color: Conifer. HEX triplet: BE, D8 and 4A. RGB value is (190,216,74). Sum of RGB (Red+Green+Blue) = 190+216+74=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #BED84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED84A is #4127B5. Grayscale: #C0C0C0. Windows color (decimal): -4270006 or 4905150. OLE color: 4905150.
HSL color Cylindrical-coordinate representation of color #BED84A: hue angle of 70.99º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED84A is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 74 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.15 |
| HSL | 70.99º | 0.65% | 0.57% | - |
| HSV(B) | 70.99º | 0.66% | 0.85% | - |
| XYZ | 47.03 | 60.55 | 15.69 | - |
| YUV | 192.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 74 | 0.12 | 0 | 0.66 | 0.15 | 70.99 | 0.65 | 0.57 |
| Hex | BE | D8 | 4A | C | 0 | 42 | F | 47 | 41 | 39 |
| Octal | 276 | 330 | 112 | 14 | 0 | 102 | 17 | 107 | 101 | 71 |
| Binary | 10111110 | 11011000 | 1001010 | 1100 | 0 | 1000010 | 1111 | 1000111 | 1000001 | 111001 |
Color Harmonies of #BED84A
Complementary color
Monochromatic Colors of #BED84A
Black with #BED84A
Text Example
Text Example
White with #BED84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED84A; }
p { color: rgb(190,216,74); }
H1.HeaderClassName
{
color: #BED84A;
}
.AnyTagClassName
{
color: #BED84A;
}
</style>
background-color css
<style>
a { background-color: #BED84A; }
a { background-color: rgb(190,216,74); }
div.DivClassName
{
background-color: #BED84A;
}
.BgClassName
{
background-color: #BED84A;
}
</style>
border-color css
<style>
span { border-color: #BED84A; }
span { border-color: rgb(190,216,74); }
td.TdClassName
{
border-color: #BED84A;
}
.TagClassName
{
border-color: #BED84A;
}
</style>