Shades of Conifer #BEDD55
Tints of Conifer #BEDD55
RGB
CMYK
RGB Variations
Color information
#BEDD55 (or 0xBEDD55) is known color: Conifer. HEX triplet: BE, DD and 55. RGB value is (190,221,85). Sum of RGB (Red+Green+Blue) = 190+221+85=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD55 is #4122AA. Grayscale: #C4C4C4. Windows color (decimal): -4268715 or 5627326. OLE color: 5627326.
HSL color Cylindrical-coordinate representation of color #BEDD55: hue angle of 73.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEDD55 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 85 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.13 |
| HSL | 73.68º | 0.67% | 0.6% | - |
| HSV(B) | 73.68º | 0.62% | 0.87% | - |
| XYZ | 48.73 | 63.32 | 18.25 | - |
| YUV | 196.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 85 | 0.14 | 0 | 0.62 | 0.13 | 73.68 | 0.67 | 0.6 |
| Hex | BE | DD | 55 | E | 0 | 3E | D | 4A | 43 | 3C |
| Octal | 276 | 335 | 125 | 16 | 0 | 76 | 15 | 112 | 103 | 74 |
| Binary | 10111110 | 11011101 | 1010101 | 1110 | 0 | 111110 | 1101 | 1001010 | 1000011 | 111100 |
Color Harmonies of #BEDD55
Complementary color
Monochromatic Colors of #BEDD55
Black with #BEDD55
Text Example
Text Example
White with #BEDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD55; }
p { color: rgb(190,221,85); }
H1.HeaderClassName
{
color: #BEDD55;
}
.AnyTagClassName
{
color: #BEDD55;
}
</style>
background-color css
<style>
a { background-color: #BEDD55; }
a { background-color: rgb(190,221,85); }
div.DivClassName
{
background-color: #BEDD55;
}
.BgClassName
{
background-color: #BEDD55;
}
</style>
border-color css
<style>
span { border-color: #BEDD55; }
span { border-color: rgb(190,221,85); }
td.TdClassName
{
border-color: #BEDD55;
}
.TagClassName
{
border-color: #BEDD55;
}
</style>