Shades of Conifer #BEDD57
Tints of Conifer #BEDD57
RGB
CMYK
RGB Variations
Color information
#BEDD57 (or 0xBEDD57) is known color: Conifer. HEX triplet: BE, DD and 57. RGB value is (190,221,87). Sum of RGB (Red+Green+Blue) = 190+221+87=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD57 is #4122A8. Grayscale: #C4C4C4. Windows color (decimal): -4268713 or 5758398. OLE color: 5758398.
HSL color Cylindrical-coordinate representation of color #BEDD57: hue angle of 73.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEDD57 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 87 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.13 |
| HSL | 73.88º | 0.66% | 0.6% | - |
| HSV(B) | 73.88º | 0.61% | 0.87% | - |
| XYZ | 48.81 | 63.35 | 18.67 | - |
| YUV | 196.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 87 | 0.14 | 0 | 0.61 | 0.13 | 73.88 | 0.66 | 0.6 |
| Hex | BE | DD | 57 | E | 0 | 3D | D | 4A | 42 | 3C |
| Octal | 276 | 335 | 127 | 16 | 0 | 75 | 15 | 112 | 102 | 74 |
| Binary | 10111110 | 11011101 | 1010111 | 1110 | 0 | 111101 | 1101 | 1001010 | 1000010 | 111100 |
Color Harmonies of #BEDD57
Complementary color
Monochromatic Colors of #BEDD57
Black with #BEDD57
Text Example
Text Example
White with #BEDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD57; }
p { color: rgb(190,221,87); }
H1.HeaderClassName
{
color: #BEDD57;
}
.AnyTagClassName
{
color: #BEDD57;
}
</style>
background-color css
<style>
a { background-color: #BEDD57; }
a { background-color: rgb(190,221,87); }
div.DivClassName
{
background-color: #BEDD57;
}
.BgClassName
{
background-color: #BEDD57;
}
</style>
border-color css
<style>
span { border-color: #BEDD57; }
span { border-color: rgb(190,221,87); }
td.TdClassName
{
border-color: #BEDD57;
}
.TagClassName
{
border-color: #BEDD57;
}
</style>