Shades of Conifer #BEDD60
Tints of Conifer #BEDD60
RGB
CMYK
RGB Variations
Color information
#BEDD60 (or 0xBEDD60) is known color: Conifer. HEX triplet: BE, DD and 60. RGB value is (190,221,96). Sum of RGB (Red+Green+Blue) = 190+221+96=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD60 is #41229F. Grayscale: #C5C5C5. Windows color (decimal): -4268704 or 6348222. OLE color: 6348222.
HSL color Cylindrical-coordinate representation of color #BEDD60: hue angle of 74.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDD60 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 96 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 74.88º | 0.65% | 0.62% | - |
| HSV(B) | 74.88º | 0.57% | 0.87% | - |
| XYZ | 49.2 | 63.5 | 20.73 | - |
| YUV | 197.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 96 | 0.14 | 0 | 0.57 | 0.13 | 74.88 | 0.65 | 0.62 |
| Hex | BE | DD | 60 | E | 0 | 39 | D | 4B | 41 | 3E |
| Octal | 276 | 335 | 140 | 16 | 0 | 71 | 15 | 113 | 101 | 76 |
| Binary | 10111110 | 11011101 | 1100000 | 1110 | 0 | 111001 | 1101 | 1001011 | 1000001 | 111110 |
Color Harmonies of #BEDD60
Complementary color
Monochromatic Colors of #BEDD60
Black with #BEDD60
Text Example
Text Example
White with #BEDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD60; }
p { color: rgb(190,221,96); }
H1.HeaderClassName
{
color: #BEDD60;
}
.AnyTagClassName
{
color: #BEDD60;
}
</style>
background-color css
<style>
a { background-color: #BEDD60; }
a { background-color: rgb(190,221,96); }
div.DivClassName
{
background-color: #BEDD60;
}
.BgClassName
{
background-color: #BEDD60;
}
</style>
border-color css
<style>
span { border-color: #BEDD60; }
span { border-color: rgb(190,221,96); }
td.TdClassName
{
border-color: #BEDD60;
}
.TagClassName
{
border-color: #BEDD60;
}
</style>