#7DE860

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

Shades of Pastel Green #7DE860

Tints of Pastel Green #7DE860

Color information

#7DE860 (or 0x7DE860) is unknown color: approx Pastel Green. HEX triplet: 7D, E8 and 60. RGB value is (125,232,96). Sum of RGB (Red+Green+Blue) = 125+232+96=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE860 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE860 is #82179F. Grayscale: #B8B8B8. Windows color (decimal): -8525728 or 6350973. OLE color: 6350973.

HSL color Cylindrical-coordinate representation of color #7DE860: hue angle of 107.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DE860 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB12523296-
CMYK0.4600.590.09
HSL107.21º74.73%64.31%-
HSV(B)107.21º58.62%90.98%-
XYZ39.4362.9221.13-
YUV184.578.0585.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 232 (91.02% from 255) = 51.21%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=27.59%
G=51.21%
B=21.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125232960.4600.590.09107.2174.7364.31
Hex7DE8602E03B96b4b40
Octal1753501405607311153113100
Binary111110111101000110000010111001110111001110101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,232,96); }

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

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

 a { background-color: rgb(125,232,96); }

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

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

 span { border-color: rgb(125,232,96); }

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