#7DEC66

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

Shades of Pastel Green #7DEC66

Tints of Pastel Green #7DEC66

Color information

#7DEC66 (or 0x7DEC66) is unknown color: approx Pastel Green. HEX triplet: 7D, EC and 66. RGB value is (125,236,102). Sum of RGB (Red+Green+Blue) = 125+236+102=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC66 is #821399. Grayscale: #BBBBBB. Windows color (decimal): -8524698 or 6745213. OLE color: 6745213.

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

Color convert

RGB125236102-
CMYK0.4700.570.07
HSL109.7º77.91%66.27%-
HSV(B)109.7º56.78%92.55%-
XYZ40.8565.3123.02-
YUV187.5379.7383.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 236 (92.58% from 255) = 50.97%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=27.00%
G=50.97%
B=22.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361020.4700.570.07109.777.9166.27
Hex7DEC662F03976e4e42
Octal175354146570717156116102
Binary11111011110110011001101011110111001111110111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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