Html Css Color HEX #8DED64 Pastel Green

📋 copy color: '#8DED64'

red 141 ◦ green 237 ◦ blue 100

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

Shades of Pastel Green #8DED64

Tints of Pastel Green #8DED64

RGB

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

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

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

R = 29.5%
G = 49.58%
B = 20.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#8DED64 (or 0x8DED64) is known color: Pastel Green. HEX triplet: 8D, ED and 64. RGB value is (141,237,100). Sum of RGB (Red+Green+Blue) = 141+237+100=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DED64 is #72129B. Grayscale: #C1C1C1. Windows color (decimal): -7475868 or 6614413. OLE color: 6614413.

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

Color convert

RGB 141 237 100 -
CMYK 0.41 0 0.58 0.07
HSL 102.04º 0.79% 0.66% -
HSV(B) 102.04º 0.58% 0.93% -
XYZ 43.57 67.15 22.72 -
YUV 192.68 75.7 91.14 -
System Red Green Blue C M Y K H S L
Decimal 141 237 100 0.41 0 0.58 0.07 102.04 0.79 0.66
Hex 8D ED 64 29 0 3A 7 66 4F 42
Octal 215 355 144 51 0 72 7 146 117 102
Binary 10001101 11101101 1100100 101001 0 111010 111 1100110 1001111 1000010

Color Harmonies of #8DED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DED64

Black with #8DED64

Text Example


Text Example

White with #8DED64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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