#7EDC2E

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

Shades of Yellow Green #7EDC2E

Tints of Yellow Green #7EDC2E

Color information

#7EDC2E (or 0x7EDC2E) is unknown color: approx Yellow Green. HEX triplet: 7E, DC and 2E. RGB value is (126,220,46). Sum of RGB (Red+Green+Blue) = 126+220+46=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDC2E is #8123D1. Grayscale: #ACACAC. Windows color (decimal): -8463314 or 3071102. OLE color: 3071102.

HSL color Cylindrical-coordinate representation of color #7EDC2E: hue angle of 92.41º 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 #7EDC2E is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB12622046-
CMYK0.4300.790.14
HSL92.41º71.31%52.16%-
HSV(B)92.41º79.09%86.27%-
XYZ34.6955.8211.53-
YUV172.0656.8695.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.14%
GREEN value IS 220 (86.33% from 255) = 56.12%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=32.14%
G=56.12%
B=11.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126220460.4300.790.1492.4171.3152.16
Hex7EDC2E2B04FE5c4734
Octal176334565301171613410764
Binary11111101101110010111010101101001111111010111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDC2E; }

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

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

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

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

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

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

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

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