#8CDC2E

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

Shades of Yellow Green #8CDC2E

Tints of Yellow Green #8CDC2E

Color information

#8CDC2E (or 0x8CDC2E) is unknown color: approx Yellow Green. HEX triplet: 8C, DC and 2E. RGB value is (140,220,46). Sum of RGB (Red+Green+Blue) = 140+220+46=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDC2E is #7323D1. Grayscale: #B0B0B0. Windows color (decimal): -7545810 or 3071116. OLE color: 3071116.

HSL color Cylindrical-coordinate representation of color #8CDC2E: hue angle of 87.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CDC2E is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB14022046-
CMYK0.3600.790.14
HSL87.59º71.31%52.16%-
HSV(B)87.59º79.09%86.27%-
XYZ36.956.9611.63-
YUV176.2454.5102.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 220 (86.33% from 255) = 54.19%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=34.48%
G=54.19%
B=11.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140220460.3600.790.1487.5971.3152.16
Hex8CDC2E2404FE584734
Octal214334564401171613010764
Binary100011001101110010111010010001001111111010110001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,220,46); }

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

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

 a { background-color: rgb(140,220,46); }

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

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

 span { border-color: rgb(140,220,46); }

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