#7DDF75

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

Shades of Pastel Green #7DDF75

Tints of Pastel Green #7DDF75

Color information

#7DDF75 (or 0x7DDF75) is unknown color: approx Pastel Green. HEX triplet: 7D, DF and 75. RGB value is (125,223,117). Sum of RGB (Red+Green+Blue) = 125+223+117=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF75 is #82208A. Grayscale: #B5B5B5. Windows color (decimal): -8528011 or 7724925. OLE color: 7724925.

HSL color Cylindrical-coordinate representation of color #7DDF75: hue angle of 115.47º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDF75 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB125223117-
CMYK0.4400.480.13
HSL115.47º62.35%66.67%-
HSV(B)115.47º47.53%87.45%-
XYZ38.0658.4226.1-
YUV181.6191.5387.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.88%
GREEN value IS 223 (87.5% from 255) = 47.96%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=26.88%
G=47.96%
B=25.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252231170.4400.480.13115.4762.3566.67
Hex7DDF752C030D733e43
Octal175337165540601516376103
Binary11111011101111111101011011000110000110111100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,117); }

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

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

 a { background-color: rgb(125,223,117); }

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

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

 span { border-color: rgb(125,223,117); }

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