#7DE574

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

Shades of Pastel Green #7DE574

Tints of Pastel Green #7DE574

Color information

#7DE574 (or 0x7DE574) is unknown color: approx Pastel Green. HEX triplet: 7D, E5 and 74. RGB value is (125,229,116). Sum of RGB (Red+Green+Blue) = 125+229+116=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE574 is #821A8B. Grayscale: #B9B9B9. Windows color (decimal): -8526476 or 7660925. OLE color: 7660925.

HSL color Cylindrical-coordinate representation of color #7DE574: hue angle of 115.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DE574 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB125229116-
CMYK0.4500.490.10
HSL115.22º68.48%67.65%-
HSV(B)115.22º49.34%89.8%-
XYZ39.6361.6626.34-
YUV185.0289.0485.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 229 (89.84% from 255) = 48.72%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=26.60%
G=48.72%
B=24.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252291160.4500.490.10115.2268.4867.65
Hex7DE5742D031A734444
Octal1753451645506112163104104
Binary111110111100101111010010110101100011010111001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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