#8DED69

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

Shades of Pastel Green #8DED69

Tints of Pastel Green #8DED69

Color information

#8DED69 (or 0x8DED69) is unknown color: approx Pastel Green. HEX triplet: 8D, ED and 69. RGB value is (141,237,105). Sum of RGB (Red+Green+Blue) = 141+237+105=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DED69 is #721296. Grayscale: #C1C1C1. Windows color (decimal): -7475863 or 6942093. OLE color: 6942093.

HSL color Cylindrical-coordinate representation of color #8DED69: hue angle of 103.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DED69 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB141237105-
CMYK0.4100.560.07
HSL103.64º78.57%67.06%-
HSV(B)103.64º55.7%92.94%-
XYZ43.8267.2524.04-
YUV193.2578.290.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=29.19%
G=49.07%
B=21.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412371050.4100.560.07103.6478.5767.06
Hex8DED69290387684f43
Octal215355151510707150117103
Binary100011011110110111010011010010111000111110100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,237,105); }

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

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

 a { background-color: rgb(141,237,105); }

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

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

 span { border-color: rgb(141,237,105); }

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