#8DB940

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

Shades of Yellow Green #8DB940

Tints of Yellow Green #8DB940

Color information

#8DB940 (or 0x8DB940) is unknown color: approx Yellow Green. HEX triplet: 8D, B9 and 40. RGB value is (141,185,64). Sum of RGB (Red+Green+Blue) = 141+185+64=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB940 is #7246BF. Grayscale: #9E9E9E. Windows color (decimal): -7489216 or 4241805. OLE color: 4241805.

HSL color Cylindrical-coordinate representation of color #8DB940: hue angle of 81.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DB940 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB14118564-
CMYK0.2400.650.27
HSL81.82º48.59%48.82%-
HSV(B)81.82º65.41%72.55%-
XYZ29.2640.7311.17-
YUV158.0574.92115.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 185 (72.66% from 255) = 47.44%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=36.15%
G=47.44%
B=16.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141185640.2400.650.2781.8248.5948.82
Hex8DB940180411B523131
Octal215271100300101331226161
Binary100011011011100110000001100001000001110111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,64); }

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

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

 a { background-color: rgb(141,185,64); }

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

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

 span { border-color: rgb(141,185,64); }

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