Shades of Conifer #BEDF50
Tints of Conifer #BEDF50
RGB
CMYK
RGB Variations
Color information
#BEDF50 (or 0xBEDF50) is known color: Conifer. HEX triplet: BE, DF and 50. RGB value is (190,223,80). Sum of RGB (Red+Green+Blue) = 190+223+80=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF50 is #4120AF. Grayscale: #C5C5C5. Windows color (decimal): -4268208 or 5300158. OLE color: 5300158.
HSL color Cylindrical-coordinate representation of color #BEDF50: hue angle of 73.85º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEDF50 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 80 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.13 |
| HSL | 73.85º | 0.69% | 0.59% | - |
| HSV(B) | 73.85º | 0.64% | 0.87% | - |
| XYZ | 49.07 | 64.3 | 17.41 | - |
| YUV | 196.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 80 | 0.15 | 0 | 0.64 | 0.13 | 73.85 | 0.69 | 0.59 |
| Hex | BE | DF | 50 | F | 0 | 40 | D | 4A | 45 | 3B |
| Octal | 276 | 337 | 120 | 17 | 0 | 100 | 15 | 112 | 105 | 73 |
| Binary | 10111110 | 11011111 | 1010000 | 1111 | 0 | 1000000 | 1101 | 1001010 | 1000101 | 111011 |
Color Harmonies of #BEDF50
Complementary color
Monochromatic Colors of #BEDF50
Black with #BEDF50
Text Example
Text Example
White with #BEDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF50; }
p { color: rgb(190,223,80); }
H1.HeaderClassName
{
color: #BEDF50;
}
.AnyTagClassName
{
color: #BEDF50;
}
</style>
background-color css
<style>
a { background-color: #BEDF50; }
a { background-color: rgb(190,223,80); }
div.DivClassName
{
background-color: #BEDF50;
}
.BgClassName
{
background-color: #BEDF50;
}
</style>
border-color css
<style>
span { border-color: #BEDF50; }
span { border-color: rgb(190,223,80); }
td.TdClassName
{
border-color: #BEDF50;
}
.TagClassName
{
border-color: #BEDF50;
}
</style>