#7DF066

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

Shades of Pastel Green #7DF066

Tints of Pastel Green #7DF066

Color information

#7DF066 (or 0x7DF066) is unknown color: approx Pastel Green. HEX triplet: 7D, F0 and 66. RGB value is (125,240,102). Sum of RGB (Red+Green+Blue) = 125+240+102=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF066 is #820F99. Grayscale: #BEBEBE. Windows color (decimal): -8523674 or 6746237. OLE color: 6746237.

HSL color Cylindrical-coordinate representation of color #7DF066: hue angle of 110º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DF066 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB125240102-
CMYK0.4800.580.06
HSL110º82.14%67.06%-
HSV(B)110º57.5%94.12%-
XYZ42.0267.6423.41-
YUV189.8878.481.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=26.77%
G=51.39%
B=21.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252401020.4800.580.0611082.1467.06
Hex7DF0663003A66e5243
Octal175360146600726156122103
Binary11111011111000011001101100000111010110110111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,240,102); }

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

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

 a { background-color: rgb(125,240,102); }

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

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

 span { border-color: rgb(125,240,102); }

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