Shades of Conifer #BEDF64
Tints of Conifer #BEDF64
RGB
CMYK
RGB Variations
Color information
#BEDF64 (or 0xBEDF64) is known color: Conifer. HEX triplet: BE, DF and 64. RGB value is (190,223,100). Sum of RGB (Red+Green+Blue) = 190+223+100=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF64 is #41209B. Grayscale: #C7C7C7. Windows color (decimal): -4268188 or 6610878. OLE color: 6610878.
HSL color Cylindrical-coordinate representation of color #BEDF64: hue angle of 76.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDF64 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 100 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.13 |
| HSL | 76.1º | 0.66% | 0.63% | - |
| HSV(B) | 76.1º | 0.55% | 0.87% | - |
| XYZ | 49.92 | 64.64 | 21.9 | - |
| YUV | 199.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 100 | 0.15 | 0 | 0.55 | 0.13 | 76.1 | 0.66 | 0.63 |
| Hex | BE | DF | 64 | F | 0 | 37 | D | 4C | 42 | 3F |
| Octal | 276 | 337 | 144 | 17 | 0 | 67 | 15 | 114 | 102 | 77 |
| Binary | 10111110 | 11011111 | 1100100 | 1111 | 0 | 110111 | 1101 | 1001100 | 1000010 | 111111 |
Color Harmonies of #BEDF64
Complementary color
Monochromatic Colors of #BEDF64
Black with #BEDF64
Text Example
Text Example
White with #BEDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF64; }
p { color: rgb(190,223,100); }
H1.HeaderClassName
{
color: #BEDF64;
}
.AnyTagClassName
{
color: #BEDF64;
}
</style>
background-color css
<style>
a { background-color: #BEDF64; }
a { background-color: rgb(190,223,100); }
div.DivClassName
{
background-color: #BEDF64;
}
.BgClassName
{
background-color: #BEDF64;
}
</style>
border-color css
<style>
span { border-color: #BEDF64; }
span { border-color: rgb(190,223,100); }
td.TdClassName
{
border-color: #BEDF64;
}
.TagClassName
{
border-color: #BEDF64;
}
</style>