#7DF675

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

Shades of Pastel Green #7DF675

Tints of Pastel Green #7DF675

Color information

#7DF675 (or 0x7DF675) is unknown color: approx Pastel Green. HEX triplet: 7D, F6 and 75. RGB value is (125,246,117). Sum of RGB (Red+Green+Blue) = 125+246+117=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF675 is #82098A. Grayscale: #C3C3C3. Windows color (decimal): -8522123 or 7730813. OLE color: 7730813.

HSL color Cylindrical-coordinate representation of color #7DF675: hue angle of 116.28º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DF675 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB125246117-
CMYK0.4900.520.04
HSL116.28º87.76%71.18%-
HSV(B)116.28º52.44%96.47%-
XYZ44.6271.5628.29-
YUV195.1183.9177.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 246 (96.48% from 255) = 50.41%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=25.61%
G=50.41%
B=23.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1252461170.4900.520.04116.2887.7671.18
Hex7DF675310344745847
Octal175366165610644164130107
Binary11111011111011011101011100010110100100111010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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