#7DD680

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

Shades of Pastel Green #7DD680

Tints of Pastel Green #7DD680

Color information

#7DD680 (or 0x7DD680) is unknown color: approx Pastel Green. HEX triplet: 7D, D6 and 80. RGB value is (125,214,128). Sum of RGB (Red+Green+Blue) = 125+214+128=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD680 is #82297F. Grayscale: #B1B1B1. Windows color (decimal): -8530304 or 8443517. OLE color: 8443517.

HSL color Cylindrical-coordinate representation of color #7DD680: hue angle of 122.02º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD680 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB125214128-
CMYK0.4200.400.16
HSL122.02º52.05%66.47%-
HSV(B)122.02º41.59%83.92%-
XYZ36.454.0128.93-
YUV177.58100.0190.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=26.77%
G=45.82%
B=27.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141280.4200.400.16122.0252.0566.47
Hex7DD6802A028107a3442
Octal175326200520502017264102
Binary1111101110101101000000010101001010001000011110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,128); }

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

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

 a { background-color: rgb(125,214,128); }

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

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

 span { border-color: rgb(125,214,128); }

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