Html Css Color HEX #8EED72 Pastel Green

📋 copy color: '#8EED72'

red 142 ◦ green 237 ◦ blue 114

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

Shades of Pastel Green #8EED72

Tints of Pastel Green #8EED72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 28.8%
G = 48.07%
B = 23.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#8EED72 (or 0x8EED72) is known color: Pastel Green. HEX triplet: 8E, ED and 72. RGB value is (142,237,114). Sum of RGB (Red+Green+Blue) = 142+237+114=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED72 is #71128D. Grayscale: #C2C2C2. Windows color (decimal): -7410318 or 7531918. OLE color: 7531918.

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

Color convert

RGB 142 237 114 -
CMYK 0.40 0 0.52 0.07
HSL 106.34º 0.77% 0.69% -
HSV(B) 106.34º 0.52% 0.93% -
XYZ 44.48 67.53 26.61 -
YUV 194.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 142 237 114 0.40 0 0.52 0.07 106.34 0.77 0.69
Hex 8E ED 72 28 0 34 7 6A 4D 45
Octal 216 355 162 50 0 64 7 152 115 105
Binary 10001110 11101101 1110010 101000 0 110100 111 1101010 1001101 1000101

Color Harmonies of #8EED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EED72

Black with #8EED72

Text Example


Text Example

White with #8EED72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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