Html Css Color HEX #8EED64 Pastel Green

📋 copy color: '#8EED64'

red 142 ◦ green 237 ◦ blue 100

#8EED64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #8EED64

Tints of Pastel Green #8EED64

RGB

 RED value IS 142 (55.86% from 255) = 29.65%

 GREEN value IS 237 (92.97% from 255) = 49.48%

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 29.65%
G = 49.48%
B = 20.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#8EED64 (or 0x8EED64) is known color: Pastel Green. HEX triplet: 8E, ED and 64. RGB value is (142,237,100). Sum of RGB (Red+Green+Blue) = 142+237+100=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED64 is #71129B. Grayscale: #C1C1C1. Windows color (decimal): -7410332 or 6614414. OLE color: 6614414.

HSL color Cylindrical-coordinate representation of color #8EED64: hue angle of 101.61º degrees, saturation: 0.79, 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 #8EED64 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 100 -
CMYK 0.40 0 0.58 0.07
HSL 101.61º 0.79% 0.66% -
HSV(B) 101.61º 0.58% 0.93% -
XYZ 43.74 67.24 22.73 -
YUV 192.98 75.53 91.64 -
System Red Green Blue C M Y K H S L
Decimal 142 237 100 0.40 0 0.58 0.07 101.61 0.79 0.66
Hex 8E ED 64 28 0 3A 7 66 4F 42
Octal 216 355 144 50 0 72 7 146 117 102
Binary 10001110 11101101 1100100 101000 0 111010 111 1100110 1001111 1000010

Color Harmonies of #8EED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EED64

Black with #8EED64

Text Example


Text Example

White with #8EED64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,237,100); }

 H1.HeaderClassName
 {
   color: #8EED64;
 }
 .AnyTagClassName
 {
   color: #8EED64;
 }
</style>

background-color css

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

 a { background-color: rgb(142,237,100); }

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

border-color css

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

 span { border-color: rgb(142,237,100); }

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