#7DE270

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

Shades of Pastel Green #7DE270

Tints of Pastel Green #7DE270

Color information

#7DE270 (or 0x7DE270) is unknown color: approx Pastel Green. HEX triplet: 7D, E2 and 70. RGB value is (125,226,112). Sum of RGB (Red+Green+Blue) = 125+226+112=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE270 is #821D8F. Grayscale: #B7B7B7. Windows color (decimal): -8527248 or 7398013. OLE color: 7398013.

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

Color convert

RGB125226112-
CMYK0.4500.500.11
HSL113.16º66.28%66.27%-
HSV(B)113.16º50.44%88.63%-
XYZ38.5859.9224.86-
YUV182.888.0486.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 226 (88.67% from 255) = 48.81%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=27.00%
G=48.81%
B=24.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252261120.4500.500.11113.1666.2866.27
Hex7DE2702D032B714242
Octal1753421605506213161102102
Binary111110111100010111000010110101100101011111000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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