Shades of Conifer #BEED5D
Tints of Conifer #BEED5D
RGB
CMYK
RGB Variations
Color information
#BEED5D (or 0xBEED5D) is known color: Conifer. HEX triplet: BE, ED and 5D. RGB value is (190,237,93). Sum of RGB (Red+Green+Blue) = 190+237+93=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED5D is #4112A2. Grayscale: #CFCFCF. Windows color (decimal): -4264611 or 6155710. OLE color: 6155710.
HSL color Cylindrical-coordinate representation of color #BEED5D: hue angle of 79.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEED5D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 93 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.07 |
| HSL | 79.58º | 0.8% | 0.65% | - |
| HSV(B) | 79.58º | 0.61% | 0.93% | - |
| XYZ | 53.5 | 72.31 | 21.49 | - |
| YUV | 206.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 93 | 0.20 | 0 | 0.61 | 0.07 | 79.58 | 0.8 | 0.65 |
| Hex | BE | ED | 5D | 14 | 0 | 3D | 7 | 50 | 50 | 41 |
| Octal | 276 | 355 | 135 | 24 | 0 | 75 | 7 | 120 | 120 | 101 |
| Binary | 10111110 | 11101101 | 1011101 | 10100 | 0 | 111101 | 111 | 1010000 | 1010000 | 1000001 |
Color Harmonies of #BEED5D
Complementary color
Monochromatic Colors of #BEED5D
Black with #BEED5D
Text Example
Text Example
White with #BEED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED5D; }
p { color: rgb(190,237,93); }
H1.HeaderClassName
{
color: #BEED5D;
}
.AnyTagClassName
{
color: #BEED5D;
}
</style>
background-color css
<style>
a { background-color: #BEED5D; }
a { background-color: rgb(190,237,93); }
div.DivClassName
{
background-color: #BEED5D;
}
.BgClassName
{
background-color: #BEED5D;
}
</style>
border-color css
<style>
span { border-color: #BEED5D; }
span { border-color: rgb(190,237,93); }
td.TdClassName
{
border-color: #BEED5D;
}
.TagClassName
{
border-color: #BEED5D;
}
</style>