#7DF269

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

Shades of Pastel Green #7DF269

Tints of Pastel Green #7DF269

Color information

#7DF269 (or 0x7DF269) is unknown color: approx Pastel Green. HEX triplet: 7D, F2 and 69. RGB value is (125,242,105). Sum of RGB (Red+Green+Blue) = 125+242+105=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF269 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF269 is #820D96. Grayscale: #BFBFBF. Windows color (decimal): -8523159 or 6943357. OLE color: 6943357.

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

Color convert

RGB125242105-
CMYK0.4800.570.05
HSL111.24º84.05%68.04%-
HSV(B)111.24º56.61%94.9%-
XYZ42.7668.8824.41-
YUV191.479.2480.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 242 (94.92% from 255) = 51.27%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=26.48%
G=51.27%
B=22.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421050.4800.570.05111.2484.0568.04
Hex7DF2693003956f5444
Octal175362151600715157124104
Binary11111011111001011010011100000111001101110111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,105); }

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

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

 a { background-color: rgb(125,242,105); }

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

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

 span { border-color: rgb(125,242,105); }

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