#7DD078

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

Shades of Pastel Green #7DD078

Tints of Pastel Green #7DD078

Color information

#7DD078 (or 0x7DD078) is unknown color: approx Pastel Green. HEX triplet: 7D, D0 and 78. RGB value is (125,208,120). Sum of RGB (Red+Green+Blue) = 125+208+120=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD078 is #822F87. Grayscale: #ADADAD. Windows color (decimal): -8531848 or 7917693. OLE color: 7917693.

HSL color Cylindrical-coordinate representation of color #7DD078: hue angle of 116.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD078 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB125208120-
CMYK0.4000.420.18
HSL116.59º48.35%64.31%-
HSV(B)116.59º42.31%81.57%-
XYZ34.450.8325.77-
YUV173.159893.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=27.59%
G=45.92%
B=26.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081200.4000.420.18116.5948.3564.31
Hex7DD0782802A12753040
Octal175320170500522216560100
Binary111110111010000111100010100001010101001011101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,120); }

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

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

 a { background-color: rgb(125,208,120); }

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

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

 span { border-color: rgb(125,208,120); }

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