Shades of Conifer #BEED5A
Tints of Conifer #BEED5A
RGB
CMYK
RGB Variations
Color information
#BEED5A (or 0xBEED5A) is known color: Conifer. HEX triplet: BE, ED and 5A. RGB value is (190,237,90). Sum of RGB (Red+Green+Blue) = 190+237+90=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED5A is #4112A5. Grayscale: #CECECE. Windows color (decimal): -4264614 or 5959102. OLE color: 5959102.
HSL color Cylindrical-coordinate representation of color #BEED5A: hue angle of 79.18º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEED5A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 90 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.07 |
| HSL | 79.18º | 0.8% | 0.64% | - |
| HSV(B) | 79.18º | 0.62% | 0.93% | - |
| XYZ | 53.36 | 72.25 | 20.81 | - |
| YUV | 206.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 90 | 0.20 | 0 | 0.62 | 0.07 | 79.18 | 0.8 | 0.64 |
| Hex | BE | ED | 5A | 14 | 0 | 3E | 7 | 4F | 50 | 40 |
| Octal | 276 | 355 | 132 | 24 | 0 | 76 | 7 | 117 | 120 | 100 |
| Binary | 10111110 | 11101101 | 1011010 | 10100 | 0 | 111110 | 111 | 1001111 | 1010000 | 1000000 |
Color Harmonies of #BEED5A
Complementary color
Monochromatic Colors of #BEED5A
Black with #BEED5A
Text Example
Text Example
White with #BEED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED5A; }
p { color: rgb(190,237,90); }
H1.HeaderClassName
{
color: #BEED5A;
}
.AnyTagClassName
{
color: #BEED5A;
}
</style>
background-color css
<style>
a { background-color: #BEED5A; }
a { background-color: rgb(190,237,90); }
div.DivClassName
{
background-color: #BEED5A;
}
.BgClassName
{
background-color: #BEED5A;
}
</style>
border-color css
<style>
span { border-color: #BEED5A; }
span { border-color: rgb(190,237,90); }
td.TdClassName
{
border-color: #BEED5A;
}
.TagClassName
{
border-color: #BEED5A;
}
</style>