#BEDD4E

Color #BEDD4E Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BEDD4E

Tints of Conifer #BEDD4E

Color information

#BEDD4E (or 0xBEDD4E) is unknown color: approx Conifer. HEX triplet: BE, DD and 4E. RGB value is (190,221,78). Sum of RGB (Red+Green+Blue) = 190+221+78=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD4E is #4122B1. Grayscale: #C3C3C3. Windows color (decimal): -4268722 or 5168574. OLE color: 5168574.

HSL color Cylindrical-coordinate representation of color #BEDD4E: hue angle of 73.01º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEDD4E is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB19022178-
CMYK0.1400.650.13
HSL73.01º67.77%58.63%-
HSV(B)73.01º64.71%86.67%-
XYZ48.4763.2116.85-
YUV195.4361.73124.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 78 (30.86% from 255) = 15.95%
R=38.85%
G=45.19%
B=15.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190221780.1400.650.1373.0167.7758.63
HexBEDD4EE041D49443b
Octal2763351161601011511110473
Binary10111110110111011001110111001000001110110010011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD4E; }

 p { color: rgb(190,221,78); }

 H1.HeaderClassName
 {
   color: #BEDD4E;
 }
 .AnyTagClassName
 {
   color: #BEDD4E;
 }
</style>
background-color css

<style>
 a { background-color: #BEDD4E; }

 a { background-color: rgb(190,221,78); }

 div.DivClassName
 {
   background-color: #BEDD4E;
 }
 .BgClassName
 {
   background-color: #BEDD4E;
 }
</style>
border-color css

<style>
 span { border-color: #BEDD4E; }

 span { border-color: rgb(190,221,78); }

 td.TdClassName
 {
   border-color: #BEDD4E;
 }
 .TagClassName
 {
   border-color: #BEDD4E;
 }
</style>