#8FED65

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

Shades of Pastel Green #8FED65

Tints of Pastel Green #8FED65

Color information

#8FED65 (or 0x8FED65) is unknown color: approx Pastel Green. HEX triplet: 8F, ED and 65. RGB value is (143,237,101). Sum of RGB (Red+Green+Blue) = 143+237+101=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FED65 is #70129A. Grayscale: #C1C1C1. Windows color (decimal): -7344795 or 6679951. OLE color: 6679951.

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

Color convert

RGB143237101-
CMYK0.4000.570.07
HSL101.47º79.07%66.27%-
HSV(B)101.47º57.38%92.94%-
XYZ43.9667.3522.99-
YUV193.3975.8692.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 237 (92.97% from 255) = 49.27%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=29.73%
G=49.27%
B=21.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432371010.4000.570.07101.4779.0766.27
Hex8FED65280397654f42
Octal217355145500717145117102
Binary100011111110110111001011010000111001111110010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,237,101); }

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

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

 a { background-color: rgb(143,237,101); }

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

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

 span { border-color: rgb(143,237,101); }

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