Shades of Conifer #BEDD5C
Tints of Conifer #BEDD5C
RGB
CMYK
RGB Variations
Color information
#BEDD5C (or 0xBEDD5C) is known color: Conifer. HEX triplet: BE, DD and 5C. RGB value is (190,221,92). Sum of RGB (Red+Green+Blue) = 190+221+92=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD5C is #4122A3. Grayscale: #C5C5C5. Windows color (decimal): -4268708 or 6086078. OLE color: 6086078.
HSL color Cylindrical-coordinate representation of color #BEDD5C: hue angle of 74.42º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEDD5C is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 92 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.13 |
| HSL | 74.42º | 0.65% | 0.61% | - |
| HSV(B) | 74.42º | 0.58% | 0.87% | - |
| XYZ | 49.02 | 63.43 | 19.79 | - |
| YUV | 197.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 92 | 0.14 | 0 | 0.58 | 0.13 | 74.42 | 0.65 | 0.61 |
| Hex | BE | DD | 5C | E | 0 | 3A | D | 4A | 41 | 3D |
| Octal | 276 | 335 | 134 | 16 | 0 | 72 | 15 | 112 | 101 | 75 |
| Binary | 10111110 | 11011101 | 1011100 | 1110 | 0 | 111010 | 1101 | 1001010 | 1000001 | 111101 |
Color Harmonies of #BEDD5C
Complementary color
Monochromatic Colors of #BEDD5C
Black with #BEDD5C
Text Example
Text Example
White with #BEDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD5C; }
p { color: rgb(190,221,92); }
H1.HeaderClassName
{
color: #BEDD5C;
}
.AnyTagClassName
{
color: #BEDD5C;
}
</style>
background-color css
<style>
a { background-color: #BEDD5C; }
a { background-color: rgb(190,221,92); }
div.DivClassName
{
background-color: #BEDD5C;
}
.BgClassName
{
background-color: #BEDD5C;
}
</style>
border-color css
<style>
span { border-color: #BEDD5C; }
span { border-color: rgb(190,221,92); }
td.TdClassName
{
border-color: #BEDD5C;
}
.TagClassName
{
border-color: #BEDD5C;
}
</style>