#8DEA75

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

Shades of Pastel Green #8DEA75

Tints of Pastel Green #8DEA75

Color information

#8DEA75 (or 0x8DEA75) is unknown color: approx Pastel Green. HEX triplet: 8D, EA and 75. RGB value is (141,234,117). Sum of RGB (Red+Green+Blue) = 141+234+117=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA75 is #72158A. Grayscale: #C1C1C1. Windows color (decimal): -7476619 or 7727757. OLE color: 7727757.

HSL color Cylindrical-coordinate representation of color #8DEA75: hue angle of 107.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DEA75 is Cyan = 0.40, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB141234117-
CMYK0.4000.50.08
HSL107.69º73.58%68.82%-
HSV(B)107.69º50%91.76%-
XYZ43.6265.7927.23-
YUV192.8685.1991.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=28.66%
G=47.56%
B=23.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341170.4000.50.08107.6973.5868.82
Hex8DEA752803286c4a45
Octal2153521655006210154112105
Binary1000110111101010111010110100001100101000110110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DEA75; }

 p { color: rgb(141,234,117); }

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

<style>
 a { background-color: #8DEA75; }

 a { background-color: rgb(141,234,117); }

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

<style>
 span { border-color: #8DEA75; }

 span { border-color: rgb(141,234,117); }

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