#7DD668

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

Shades of Pastel Green #7DD668

Tints of Pastel Green #7DD668

Color information

#7DD668 (or 0x7DD668) is unknown color: approx Pastel Green. HEX triplet: 7D, D6 and 68. RGB value is (125,214,104). Sum of RGB (Red+Green+Blue) = 125+214+104=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD668 is #822997. Grayscale: #AFAFAF. Windows color (decimal): -8530328 or 6870653. OLE color: 6870653.

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

Color convert

RGB125214104-
CMYK0.4200.510.16
HSL108.55º57.29%62.35%-
HSV(B)108.55º51.4%83.92%-
XYZ3553.4521.57-
YUV174.8588.0192.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.22%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=28.22%
G=48.31%
B=23.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141040.4200.510.16108.5557.2962.35
Hex7DD6682A033106d393e
Octal17532615052063201557176
Binary11111011101011011010001010100110011100001101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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