#7DF173

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

Shades of Pastel Green #7DF173

Tints of Pastel Green #7DF173

Color information

#7DF173 (or 0x7DF173) is unknown color: approx Pastel Green. HEX triplet: 7D, F1 and 73. RGB value is (125,241,115). Sum of RGB (Red+Green+Blue) = 125+241+115=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF173 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF173 is #820E8C. Grayscale: #C0C0C0. Windows color (decimal): -8523405 or 7598461. OLE color: 7598461.

HSL color Cylindrical-coordinate representation of color #7DF173: hue angle of 115.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DF173 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB125241115-
CMYK0.4800.520.05
HSL115.24º81.82%69.8%-
HSV(B)115.24º52.28%94.51%-
XYZ43.0168.5127.18-
YUV191.9584.5780.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=25.99%
G=50.10%
B=23.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252411150.4800.520.05115.2481.8269.8
Hex7DF173300345735246
Octal175361163600645163122106
Binary11111011111000111100111100000110100101111001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,241,115); }

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

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

 a { background-color: rgb(125,241,115); }

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

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

 span { border-color: rgb(125,241,115); }

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