#7DDE2C

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

Shades of Yellow Green #7DDE2C

Tints of Yellow Green #7DDE2C

Color information

#7DDE2C (or 0x7DDE2C) is unknown color: approx Yellow Green. HEX triplet: 7D, DE and 2C. RGB value is (125,222,44). Sum of RGB (Red+Green+Blue) = 125+222+44=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDE2C is #8221D3. Grayscale: #ADADAD. Windows color (decimal): -8528340 or 2940541. OLE color: 2940541.

HSL color Cylindrical-coordinate representation of color #7DDE2C: hue angle of 92.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DDE2C is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB12522244-
CMYK0.4400.800.13
HSL92.7º72.95%52.16%-
HSV(B)92.7º80.18%87.06%-
XYZ35.0356.7811.5-
YUV172.755.3693.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 222 (87.11% from 255) = 56.78%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=31.97%
G=56.78%
B=11.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125222440.4400.800.1392.772.9552.16
Hex7DDE2C2C050D5d4934
Octal175336545401201513511164
Binary11111011101111010110010110001010000110110111011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,222,44); }

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

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

 a { background-color: rgb(125,222,44); }

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

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

 span { border-color: rgb(125,222,44); }

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