Shades of Conifer #BEDD63
Tints of Conifer #BEDD63
RGB
CMYK
RGB Variations
Color information
#BEDD63 (or 0xBEDD63) is known color: Conifer. HEX triplet: BE, DD and 63. RGB value is (190,221,99). Sum of RGB (Red+Green+Blue) = 190+221+99=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD63 is #41229C. Grayscale: #C6C6C6. Windows color (decimal): -4268701 or 6544830. OLE color: 6544830.
HSL color Cylindrical-coordinate representation of color #BEDD63: hue angle of 75.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDD63 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 99 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.25º | 0.64% | 0.63% | - |
| HSV(B) | 75.25º | 0.55% | 0.87% | - |
| XYZ | 49.34 | 63.56 | 21.47 | - |
| YUV | 197.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 99 | 0.14 | 0 | 0.55 | 0.13 | 75.25 | 0.64 | 0.63 |
| Hex | BE | DD | 63 | E | 0 | 37 | D | 4B | 40 | 3F |
| Octal | 276 | 335 | 143 | 16 | 0 | 67 | 15 | 113 | 100 | 77 |
| Binary | 10111110 | 11011101 | 1100011 | 1110 | 0 | 110111 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #BEDD63
Complementary color
Monochromatic Colors of #BEDD63
Black with #BEDD63
Text Example
Text Example
White with #BEDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD63; }
p { color: rgb(190,221,99); }
H1.HeaderClassName
{
color: #BEDD63;
}
.AnyTagClassName
{
color: #BEDD63;
}
</style>
background-color css
<style>
a { background-color: #BEDD63; }
a { background-color: rgb(190,221,99); }
div.DivClassName
{
background-color: #BEDD63;
}
.BgClassName
{
background-color: #BEDD63;
}
</style>
border-color css
<style>
span { border-color: #BEDD63; }
span { border-color: rgb(190,221,99); }
td.TdClassName
{
border-color: #BEDD63;
}
.TagClassName
{
border-color: #BEDD63;
}
</style>