Shades of Conifer #BEDE63
Tints of Conifer #BEDE63
RGB
CMYK
RGB Variations
Color information
#BEDE63 (or 0xBEDE63) is known color: Conifer. HEX triplet: BE, DE and 63. RGB value is (190,222,99). Sum of RGB (Red+Green+Blue) = 190+222+99=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE63 is #41219C. Grayscale: #C6C6C6. Windows color (decimal): -4268445 or 6545086. OLE color: 6545086.
HSL color Cylindrical-coordinate representation of color #BEDE63: hue angle of 75.61º degrees, saturation: 0.65, 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 #BEDE63 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 99 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.61º | 0.65% | 0.63% | - |
| HSV(B) | 75.61º | 0.55% | 0.87% | - |
| XYZ | 49.61 | 64.09 | 21.56 | - |
| YUV | 198.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 99 | 0.14 | 0 | 0.55 | 0.13 | 75.61 | 0.65 | 0.63 |
| Hex | BE | DE | 63 | E | 0 | 37 | D | 4C | 41 | 3F |
| Octal | 276 | 336 | 143 | 16 | 0 | 67 | 15 | 114 | 101 | 77 |
| Binary | 10111110 | 11011110 | 1100011 | 1110 | 0 | 110111 | 1101 | 1001100 | 1000001 | 111111 |
Color Harmonies of #BEDE63
Complementary color
Monochromatic Colors of #BEDE63
Black with #BEDE63
Text Example
Text Example
White with #BEDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE63; }
p { color: rgb(190,222,99); }
H1.HeaderClassName
{
color: #BEDE63;
}
.AnyTagClassName
{
color: #BEDE63;
}
</style>
background-color css
<style>
a { background-color: #BEDE63; }
a { background-color: rgb(190,222,99); }
div.DivClassName
{
background-color: #BEDE63;
}
.BgClassName
{
background-color: #BEDE63;
}
</style>
border-color css
<style>
span { border-color: #BEDE63; }
span { border-color: rgb(190,222,99); }
td.TdClassName
{
border-color: #BEDE63;
}
.TagClassName
{
border-color: #BEDE63;
}
</style>