#7DEC71

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

Shades of Pastel Green #7DEC71

Tints of Pastel Green #7DEC71

Color information

#7DEC71 (or 0x7DEC71) is unknown color: approx Pastel Green. HEX triplet: 7D, EC and 71. RGB value is (125,236,113). Sum of RGB (Red+Green+Blue) = 125+236+113=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC71 is #82138E. Grayscale: #BDBDBD. Windows color (decimal): -8524687 or 7466109. OLE color: 7466109.

HSL color Cylindrical-coordinate representation of color #7DEC71: hue angle of 114.15º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DEC71 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB125236113-
CMYK0.4700.520.07
HSL114.15º76.4%68.43%-
HSV(B)114.15º52.12%92.55%-
XYZ41.4365.5426.09-
YUV188.7985.2382.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 236 (92.58% from 255) = 49.79%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=26.37%
G=49.79%
B=23.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361130.4700.520.07114.1576.468.43
Hex7DEC712F0347724c44
Octal175354161570647162114104
Binary11111011110110011100011011110110100111111001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,113); }

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

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

 a { background-color: rgb(125,236,113); }

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

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

 span { border-color: rgb(125,236,113); }

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