#8DEA74

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

Shades of Pastel Green #8DEA74

Tints of Pastel Green #8DEA74

Color information

#8DEA74 (or 0x8DEA74) is unknown color: approx Pastel Green. HEX triplet: 8D, EA and 74. RGB value is (141,234,116). Sum of RGB (Red+Green+Blue) = 141+234+116=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA74 is #72158B. Grayscale: #C1C1C1. Windows color (decimal): -7476620 or 7662221. OLE color: 7662221.

HSL color Cylindrical-coordinate representation of color #8DEA74: hue angle of 107.29º 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 #8DEA74 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB141234116-
CMYK0.4000.500.08
HSL107.29º73.75%68.63%-
HSV(B)107.29º50.43%91.76%-
XYZ43.5665.7726.92-
YUV192.7484.6991.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=28.72%
G=47.66%
B=23.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341160.4000.500.08107.2973.7568.63
Hex8DEA742803286b4a45
Octal2153521645006210153112105
Binary1000110111101010111010010100001100101000110101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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