#7DDC34

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

Shades of Yellow Green #7DDC34

Tints of Yellow Green #7DDC34

Color information

#7DDC34 (or 0x7DDC34) is unknown color: approx Yellow Green. HEX triplet: 7D, DC and 34. RGB value is (125,220,52). Sum of RGB (Red+Green+Blue) = 125+220+52=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDC34 is #8223CB. Grayscale: #ADADAD. Windows color (decimal): -8528844 or 3464317. OLE color: 3464317.

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

Color convert

RGB12522052-
CMYK0.4300.760.14
HSL93.93º70.59%53.33%-
HSV(B)93.93º76.36%86.27%-
XYZ34.6755.7912.19-
YUV172.4460.0394.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 220 (86.33% from 255) = 55.42%
BLUE value IS 52 (20.70% from 255) = 13.10%
R=31.49%
G=55.42%
B=13.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125220520.4300.760.1493.9370.5953.33
Hex7DDC342B04CE5e4735
Octal175334645301141613610765
Binary11111011101110011010010101101001100111010111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,52); }

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

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

 a { background-color: rgb(125,220,52); }

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

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

 span { border-color: rgb(125,220,52); }

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