#7DE172

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

Shades of Pastel Green #7DE172

Tints of Pastel Green #7DE172

Color information

#7DE172 (or 0x7DE172) is unknown color: approx Pastel Green. HEX triplet: 7D, E1 and 72. RGB value is (125,225,114). Sum of RGB (Red+Green+Blue) = 125+225+114=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE172 is #821E8D. Grayscale: #B6B6B6. Windows color (decimal): -8527502 or 7528829. OLE color: 7528829.

HSL color Cylindrical-coordinate representation of color #7DE172: hue angle of 114.05º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DE172 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB125225114-
CMYK0.4400.490.12
HSL114.05º64.91%66.47%-
HSV(B)114.05º49.33%88.24%-
XYZ38.4259.4325.36-
YUV182.4589.3787.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=26.94%
G=48.49%
B=24.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252251140.4400.490.12114.0564.9166.47
Hex7DE1722C031C724142
Octal1753411625406114162101102
Binary111110111100001111001010110001100011100111001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,225,114); }

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

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

 a { background-color: rgb(125,225,114); }

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

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

 span { border-color: rgb(125,225,114); }

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