#7DD66C

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

Shades of Pastel Green #7DD66C

Tints of Pastel Green #7DD66C

Color information

#7DD66C (or 0x7DD66C) is unknown color: approx Pastel Green. HEX triplet: 7D, D6 and 6C. RGB value is (125,214,108). Sum of RGB (Red+Green+Blue) = 125+214+108=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD66C is #822993. Grayscale: #AFAFAF. Windows color (decimal): -8530324 or 7132797. OLE color: 7132797.

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

Color convert

RGB125214108-
CMYK0.4200.500.16
HSL110.38º56.38%63.14%-
HSV(B)110.38º49.53%83.92%-
XYZ35.2153.5422.67-
YUV175.390.0192.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=27.96%
G=47.87%
B=24.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141080.4200.500.16110.3856.3863.14
Hex7DD66C2A032106e383f
Octal17532615452062201567077
Binary11111011101011011011001010100110010100001101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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