#7DDD65

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

Shades of Pastel Green #7DDD65

Tints of Pastel Green #7DDD65

Color information

#7DDD65 (or 0x7DDD65) is unknown color: approx Pastel Green. HEX triplet: 7D, DD and 65. RGB value is (125,221,101). Sum of RGB (Red+Green+Blue) = 125+221+101=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD65 is #82229A. Grayscale: #B3B3B3. Windows color (decimal): -8528539 or 6675837. OLE color: 6675837.

HSL color Cylindrical-coordinate representation of color #7DDD65: hue angle of 108º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DDD65 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB125221101-
CMYK0.4300.540.13
HSL108º63.83%63.14%-
HSV(B)108º54.3%86.67%-
XYZ36.6657.0121.38-
YUV178.6284.289.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=27.96%
G=49.44%
B=22.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211010.4300.540.1310863.8363.14
Hex7DDD652B036D6c403f
Octal175335145530661515410077
Binary11111011101110111001011010110110110110111011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,101); }

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

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

 a { background-color: rgb(125,221,101); }

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

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

 span { border-color: rgb(125,221,101); }

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