#8DE46F

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

Shades of Pastel Green #8DE46F

Tints of Pastel Green #8DE46F

Color information

#8DE46F (or 0x8DE46F) is unknown color: approx Pastel Green. HEX triplet: 8D, E4 and 6F. RGB value is (141,228,111). Sum of RGB (Red+Green+Blue) = 141+228+111=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #8DE46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE46F is #721B90. Grayscale: #BDBDBD. Windows color (decimal): -7478161 or 7333005. OLE color: 7333005.

HSL color Cylindrical-coordinate representation of color #8DE46F: hue angle of 104.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DE46F is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB141228111-
CMYK0.3800.510.11
HSL104.62º68.42%66.47%-
HSV(B)104.62º51.32%89.41%-
XYZ41.662.324.87-
YUV188.6584.1894.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 228 (89.45% from 255) = 47.5%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=29.38%
G=47.5%
B=23.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1412281110.3800.510.11104.6268.4266.47
Hex8DE46F26033B694442
Octal2153441574606313151104102
Binary1000110111100100110111110011001100111011110100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,228,111); }

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

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

 a { background-color: rgb(141,228,111); }

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

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

 span { border-color: rgb(141,228,111); }

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