Shades of Conifer #BEDF60
Tints of Conifer #BEDF60
RGB
CMYK
RGB Variations
Color information
#BEDF60 (or 0xBEDF60) is known color: Conifer. HEX triplet: BE, DF and 60. RGB value is (190,223,96). Sum of RGB (Red+Green+Blue) = 190+223+96=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF60 is #41209F. Grayscale: #C7C7C7. Windows color (decimal): -4268192 or 6348734. OLE color: 6348734.
HSL color Cylindrical-coordinate representation of color #BEDF60: hue angle of 75.59º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDF60 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 96 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.13 |
| HSL | 75.59º | 0.66% | 0.63% | - |
| HSV(B) | 75.59º | 0.57% | 0.87% | - |
| XYZ | 49.73 | 64.57 | 20.91 | - |
| YUV | 198.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 96 | 0.15 | 0 | 0.57 | 0.13 | 75.59 | 0.66 | 0.63 |
| Hex | BE | DF | 60 | F | 0 | 39 | D | 4C | 42 | 3F |
| Octal | 276 | 337 | 140 | 17 | 0 | 71 | 15 | 114 | 102 | 77 |
| Binary | 10111110 | 11011111 | 1100000 | 1111 | 0 | 111001 | 1101 | 1001100 | 1000010 | 111111 |
Color Harmonies of #BEDF60
Complementary color
Monochromatic Colors of #BEDF60
Black with #BEDF60
Text Example
Text Example
White with #BEDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF60; }
p { color: rgb(190,223,96); }
H1.HeaderClassName
{
color: #BEDF60;
}
.AnyTagClassName
{
color: #BEDF60;
}
</style>
background-color css
<style>
a { background-color: #BEDF60; }
a { background-color: rgb(190,223,96); }
div.DivClassName
{
background-color: #BEDF60;
}
.BgClassName
{
background-color: #BEDF60;
}
</style>
border-color css
<style>
span { border-color: #BEDF60; }
span { border-color: rgb(190,223,96); }
td.TdClassName
{
border-color: #BEDF60;
}
.TagClassName
{
border-color: #BEDF60;
}
</style>