Html Css Color HEX #8DEA64 Pastel Green

📋 copy color: '#8DEA64'

red 141 ◦ green 234 ◦ blue 100

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

Shades of Pastel Green #8DEA64

Tints of Pastel Green #8DEA64

RGB

 RED value IS 141 (55.47% from 255) = 29.68%

 GREEN value IS 234 (91.8% from 255) = 49.26%

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

R = 29.68%
G = 49.26%
B = 21.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#8DEA64 (or 0x8DEA64) is known color: Pastel Green. HEX triplet: 8D, EA and 64. RGB value is (141,234,100). Sum of RGB (Red+Green+Blue) = 141+234+100=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA64 is #72159B. Grayscale: #BFBFBF. Windows color (decimal): -7476636 or 6613645. OLE color: 6613645.

HSL color Cylindrical-coordinate representation of color #8DEA64: hue angle of 101.64º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DEA64 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 234 100 -
CMYK 0.40 0 0.57 0.08
HSL 101.64º 0.76% 0.65% -
HSV(B) 101.64º 0.57% 0.92% -
XYZ 42.71 65.43 22.43 -
YUV 190.92 76.69 92.4 -
System Red Green Blue C M Y K H S L
Decimal 141 234 100 0.40 0 0.57 0.08 101.64 0.76 0.65
Hex 8D EA 64 28 0 39 8 66 4C 41
Octal 215 352 144 50 0 71 10 146 114 101
Binary 10001101 11101010 1100100 101000 0 111001 1000 1100110 1001100 1000001

Color Harmonies of #8DEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEA64

Black with #8DEA64

Text Example


Text Example

White with #8DEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,234,100); }

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

background-color css

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

 a { background-color: rgb(141,234,100); }

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

border-color css

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

 span { border-color: rgb(141,234,100); }

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