#8DF065

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

Shades of Pastel Green #8DF065

Tints of Pastel Green #8DF065

Color information

#8DF065 (or 0x8DF065) is unknown color: approx Pastel Green. HEX triplet: 8D, F0 and 65. RGB value is (141,240,101). Sum of RGB (Red+Green+Blue) = 141+240+101=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF065 is #720F9A. Grayscale: #C3C3C3. Windows color (decimal): -7475099 or 6680717. OLE color: 6680717.

HSL color Cylindrical-coordinate representation of color #8DF065: hue angle of 102.73º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DF065 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB141240101-
CMYK0.4100.580.06
HSL102.73º82.25%66.86%-
HSV(B)102.73º57.92%94.12%-
XYZ44.4968.9223.27-
YUV194.5575.289.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=29.25%
G=49.79%
B=20.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412401010.4100.580.06102.7382.2566.86
Hex8DF0652903A6675243
Octal215360145510726147122103
Binary100011011111000011001011010010111010110110011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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