#7DD475

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

Shades of Pastel Green #7DD475

Tints of Pastel Green #7DD475

Color information

#7DD475 (or 0x7DD475) is unknown color: approx Pastel Green. HEX triplet: 7D, D4 and 75. RGB value is (125,212,117). Sum of RGB (Red+Green+Blue) = 125+212+117=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD475 is #822B8A. Grayscale: #AFAFAF. Windows color (decimal): -8530827 or 7722109. OLE color: 7722109.

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

Color convert

RGB125212117-
CMYK0.4100.450.17
HSL114.95º52.49%64.51%-
HSV(B)114.95º44.81%83.14%-
XYZ35.2152.7325.15-
YUV175.1695.1892.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=27.53%
G=46.70%
B=25.77%

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
Decimal1252121170.4100.450.17114.9552.4964.51
Hex7DD4752902D11733441
Octal175324165510552116364101
Binary111110111010100111010110100101011011000111100111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,212,117); }

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

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

 a { background-color: rgb(125,212,117); }

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

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

 span { border-color: rgb(125,212,117); }

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