#8DBD3E

Color #8DBD3E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8DBD3E

Tints of Yellow Green #8DBD3E

Color information

#8DBD3E (or 0x8DBD3E) is unknown color: approx Yellow Green. HEX triplet: 8D, BD and 3E. RGB value is (141,189,62). Sum of RGB (Red+Green+Blue) = 141+189+62=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD3E is #7242C1. Grayscale: #A0A0A0. Windows color (decimal): -7488194 or 4111757. OLE color: 4111757.

HSL color Cylindrical-coordinate representation of color #8DBD3E: hue angle of 82.68º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DBD3E is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB14118962-
CMYK0.2500.670.26
HSL82.68º50.6%49.22%-
HSV(B)82.68º67.2%74.12%-
XYZ30.0542.4111.16-
YUV160.1772.6114.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 62 (24.61% from 255) = 15.82%
R=35.97%
G=48.21%
B=15.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141189620.2500.670.2682.6850.649.22
Hex8DBD3E190431A533331
Octal21527576310103321236361
Binary10001101101111011111101100101000011110101010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBD3E; }

 p { color: rgb(141,189,62); }

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

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

 a { background-color: rgb(141,189,62); }

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

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

 span { border-color: rgb(141,189,62); }

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