#7DE088

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

Shades of Pastel Green #7DE088

Tints of Pastel Green #7DE088

Color information

#7DE088 (or 0x7DE088) is unknown color: approx Pastel Green. HEX triplet: 7D, E0 and 88. RGB value is (125,224,136). Sum of RGB (Red+Green+Blue) = 125+224+136=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE088 is #821F77. Grayscale: #B8B8B8. Windows color (decimal): -8527736 or 8970365. OLE color: 8970365.

HSL color Cylindrical-coordinate representation of color #7DE088: hue angle of 126.67º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE088 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB125224136-
CMYK0.4400.390.12
HSL126.67º61.49%68.43%-
HSV(B)126.67º44.2%87.84%-
XYZ39.5659.4532.68-
YUV184.37100.785.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=25.77%
G=46.19%
B=28.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252241360.4400.390.12126.6761.4968.43
Hex7DE0882C027C7f3d44
Octal175340210540471417775104
Binary111110111100000100010001011000100111110011111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,224,136); }

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

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

 a { background-color: rgb(125,224,136); }

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

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

 span { border-color: rgb(125,224,136); }

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