#7DD66F

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

Shades of Pastel Green #7DD66F

Tints of Pastel Green #7DD66F

Color information

#7DD66F (or 0x7DD66F) is unknown color: approx Pastel Green. HEX triplet: 7D, D6 and 6F. RGB value is (125,214,111). Sum of RGB (Red+Green+Blue) = 125+214+111=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD66F is #822990. Grayscale: #AFAFAF. Windows color (decimal): -8530321 or 7329405. OLE color: 7329405.

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

Color convert

RGB125214111-
CMYK0.4200.480.16
HSL111.84º55.68%63.73%-
HSV(B)111.84º48.13%83.92%-
XYZ35.3753.623.52-
YUV175.6591.5191.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.78%
GREEN value IS 214 (83.98% from 255) = 47.56%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=27.78%
G=47.56%
B=24.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141110.4200.480.16111.8455.6863.73
Hex7DD66F2A03010703840
Octal175326157520602016070100
Binary111110111010110110111110101001100001000011100001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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