#7DDA85

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

Shades of Pastel Green #7DDA85

Tints of Pastel Green #7DDA85

Color information

#7DDA85 (or 0x7DDA85) is unknown color: approx Pastel Green. HEX triplet: 7D, DA and 85. RGB value is (125,218,133). Sum of RGB (Red+Green+Blue) = 125+218+133=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA85 is #82257A. Grayscale: #B4B4B4. Windows color (decimal): -8529275 or 8772221. OLE color: 8772221.

HSL color Cylindrical-coordinate representation of color #7DDA85: hue angle of 125.16º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA85 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB125218133-
CMYK0.4300.390.15
HSL125.16º55.69%67.25%-
HSV(B)125.16º42.66%85.49%-
XYZ37.7656.231.05-
YUV180.5101.1988.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 218 (85.55% from 255) = 45.80%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=26.26%
G=45.80%
B=27.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181330.4300.390.15125.1655.6967.25
Hex7DDA852B027F7d3843
Octal175332205530471717570103
Binary111110111011010100001011010110100111111111111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,218,133); }

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

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

 a { background-color: rgb(125,218,133); }

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

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

 span { border-color: rgb(125,218,133); }

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