#7DE269

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

Shades of Pastel Green #7DE269

Tints of Pastel Green #7DE269

Color information

#7DE269 (or 0x7DE269) is unknown color: approx Pastel Green. HEX triplet: 7D, E2 and 69. RGB value is (125,226,105). Sum of RGB (Red+Green+Blue) = 125+226+105=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE269 is #821D96. Grayscale: #B6B6B6. Windows color (decimal): -8527255 or 6939261. OLE color: 6939261.

HSL color Cylindrical-coordinate representation of color #7DE269: hue angle of 110.08º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DE269 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB125226105-
CMYK0.4500.540.11
HSL110.08º67.6%64.9%-
HSV(B)110.08º53.54%88.63%-
XYZ38.259.7722.89-
YUV182.0184.5487.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 226 (88.67% from 255) = 49.56%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=27.41%
G=49.56%
B=23.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252261050.4500.540.11110.0867.664.9
Hex7DE2692D036B6e4441
Octal1753421515506613156104101
Binary111110111100010110100110110101101101011110111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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