#7EDB32

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

Shades of Yellow Green #7EDB32

Tints of Yellow Green #7EDB32

Color information

#7EDB32 (or 0x7EDB32) is unknown color: approx Yellow Green. HEX triplet: 7E, DB and 32. RGB value is (126,219,50). Sum of RGB (Red+Green+Blue) = 126+219+50=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDB32 is #8124CD. Grayscale: #ACACAC. Windows color (decimal): -8463566 or 3332990. OLE color: 3332990.

HSL color Cylindrical-coordinate representation of color #7EDB32: hue angle of 93.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EDB32 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB12621950-
CMYK0.4200.770.14
HSL93.02º70.12%52.75%-
HSV(B)93.02º77.17%85.88%-
XYZ34.5155.3311.88-
YUV171.9359.1995.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 219 (85.94% from 255) = 55.44%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=31.90%
G=55.44%
B=12.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126219500.4200.770.1493.0270.1252.75
Hex7EDB322A04DE5d4635
Octal176333625201151613510665
Binary11111101101101111001010101001001101111010111011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,50); }

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

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

 a { background-color: rgb(126,219,50); }

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

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

 span { border-color: rgb(126,219,50); }

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