#8DEE65

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

Shades of Pastel Green #8DEE65

Tints of Pastel Green #8DEE65

Color information

#8DEE65 (or 0x8DEE65) is unknown color: approx Pastel Green. HEX triplet: 8D, EE and 65. RGB value is (141,238,101). Sum of RGB (Red+Green+Blue) = 141+238+101=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEE65 is #72119A. Grayscale: #C1C1C1. Windows color (decimal): -7475611 or 6680205. OLE color: 6680205.

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

Color convert

RGB141238101-
CMYK0.4100.580.07
HSL102.48º80.12%66.47%-
HSV(B)102.48º57.56%93.33%-
XYZ43.9167.7523.08-
YUV193.3875.8690.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 238 (93.36% from 255) = 49.58%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=29.38%
G=49.58%
B=21.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412381010.4100.580.07102.4880.1266.47
Hex8DEE652903A7665042
Octal215356145510727146120102
Binary100011011110111011001011010010111010111110011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,238,101); }

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

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

 a { background-color: rgb(141,238,101); }

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

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

 span { border-color: rgb(141,238,101); }

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