#7DF876

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

Shades of Pastel Green #7DF876

Tints of Pastel Green #7DF876

Color information

#7DF876 (or 0x7DF876) is unknown color: approx Pastel Green. HEX triplet: 7D, F8 and 76. RGB value is (125,248,118). Sum of RGB (Red+Green+Blue) = 125+248+118=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF876 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF876 is #820789. Grayscale: #C4C4C4. Windows color (decimal): -8521610 or 7796861. OLE color: 7796861.

HSL color Cylindrical-coordinate representation of color #7DF876: hue angle of 116.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DF876 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB125248118-
CMYK0.5000.520.03
HSL116.77º90.28%71.76%-
HSV(B)116.77º52.42%97.25%-
XYZ45.2972.828.8-
YUV196.483.7577.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 248 (97.27% from 255) = 50.51%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=25.46%
G=50.51%
B=24.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252481180.5000.520.03116.7790.2871.76
Hex7DF876320343755a48
Octal175370166620643165132110
Binary1111101111110001110110110010011010011111010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,248,118); }

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

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

 a { background-color: rgb(125,248,118); }

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

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

 span { border-color: rgb(125,248,118); }

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