#7DD374

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

Shades of Pastel Green #7DD374

Tints of Pastel Green #7DD374

Color information

#7DD374 (or 0x7DD374) is unknown color: approx Pastel Green. HEX triplet: 7D, D3 and 74. RGB value is (125,211,116). Sum of RGB (Red+Green+Blue) = 125+211+116=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD374 is #822C8B. Grayscale: #AEAEAE. Windows color (decimal): -8531084 or 7656317. OLE color: 7656317.

HSL color Cylindrical-coordinate representation of color #7DD374: hue angle of 114.32º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DD374 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB125211116-
CMYK0.4100.450.17
HSL114.32º51.91%64.12%-
HSV(B)114.32º45.02%82.75%-
XYZ34.952.2124.76-
YUV174.4695.0192.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.65%
GREEN value IS 211 (82.81% from 255) = 46.68%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=27.65%
G=46.68%
B=25.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252111160.4100.450.17114.3251.9164.12
Hex7DD3742902D11723440
Octal175323164510552116264100
Binary111110111010011111010010100101011011000111100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,211,116); }

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

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

 a { background-color: rgb(125,211,116); }

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

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

 span { border-color: rgb(125,211,116); }

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