Shades of Conifer #BEDF65
Tints of Conifer #BEDF65
RGB
CMYK
RGB Variations
Color information
#BEDF65 (or 0xBEDF65) is known color: Conifer. HEX triplet: BE, DF and 65. RGB value is (190,223,101). Sum of RGB (Red+Green+Blue) = 190+223+101=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF65 is #41209A. Grayscale: #C7C7C7. Windows color (decimal): -4268187 or 6676414. OLE color: 6676414.
HSL color Cylindrical-coordinate representation of color #BEDF65: hue angle of 76.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDF65 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 101 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.13 |
| HSL | 76.23º | 0.66% | 0.64% | - |
| HSV(B) | 76.23º | 0.55% | 0.87% | - |
| XYZ | 49.97 | 64.66 | 22.16 | - |
| YUV | 199.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 101 | 0.15 | 0 | 0.55 | 0.13 | 76.23 | 0.66 | 0.64 |
| Hex | BE | DF | 65 | F | 0 | 37 | D | 4C | 42 | 40 |
| Octal | 276 | 337 | 145 | 17 | 0 | 67 | 15 | 114 | 102 | 100 |
| Binary | 10111110 | 11011111 | 1100101 | 1111 | 0 | 110111 | 1101 | 1001100 | 1000010 | 1000000 |
Color Harmonies of #BEDF65
Complementary color
Monochromatic Colors of #BEDF65
Black with #BEDF65
Text Example
Text Example
White with #BEDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF65; }
p { color: rgb(190,223,101); }
H1.HeaderClassName
{
color: #BEDF65;
}
.AnyTagClassName
{
color: #BEDF65;
}
</style>
background-color css
<style>
a { background-color: #BEDF65; }
a { background-color: rgb(190,223,101); }
div.DivClassName
{
background-color: #BEDF65;
}
.BgClassName
{
background-color: #BEDF65;
}
</style>
border-color css
<style>
span { border-color: #BEDF65; }
span { border-color: rgb(190,223,101); }
td.TdClassName
{
border-color: #BEDF65;
}
.TagClassName
{
border-color: #BEDF65;
}
</style>