#7DD66B

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

Shades of Pastel Green #7DD66B

Tints of Pastel Green #7DD66B

Color information

#7DD66B (or 0x7DD66B) is unknown color: approx Pastel Green. HEX triplet: 7D, D6 and 6B. RGB value is (125,214,107). Sum of RGB (Red+Green+Blue) = 125+214+107=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD66B is #822994. Grayscale: #AFAFAF. Windows color (decimal): -8530325 or 7067261. OLE color: 7067261.

HSL color Cylindrical-coordinate representation of color #7DD66B: hue angle of 109.91º degrees, saturation: 0.57, 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 #7DD66B is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB125214107-
CMYK0.4200.500.16
HSL109.91º56.61%62.94%-
HSV(B)109.91º50%83.92%-
XYZ35.1653.5122.39-
YUV175.1989.5192.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 214 (83.98% from 255) = 47.98%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=28.03%
G=47.98%
B=23.99%

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
Decimal1252141070.4200.500.16109.9156.6162.94
Hex7DD66B2A032106e393f
Octal17532615352062201567177
Binary11111011101011011010111010100110010100001101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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