#8DF366

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

Shades of Pastel Green #8DF366

Tints of Pastel Green #8DF366

Color information

#8DF366 (or 0x8DF366) is unknown color: approx Pastel Green. HEX triplet: 8D, F3 and 66. RGB value is (141,243,102). Sum of RGB (Red+Green+Blue) = 141+243+102=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF366 is #720C99. Grayscale: #C4C4C4. Windows color (decimal): -7474330 or 6747021. OLE color: 6747021.

HSL color Cylindrical-coordinate representation of color #8DF366: hue angle of 103.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DF366 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB141243102-
CMYK0.4200.580.05
HSL103.4º85.45%67.65%-
HSV(B)103.4º58.02%95.29%-
XYZ45.4370.7223.83-
YUV196.4374.7188.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 243 (95.31% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=29.01%
G=50%
B=20.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412431020.4200.580.05103.485.4567.65
Hex8DF3662A03A5675544
Octal215363146520725147125104
Binary100011011111001111001101010100111010101110011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,243,102); }

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

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

 a { background-color: rgb(141,243,102); }

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

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

 span { border-color: rgb(141,243,102); }

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