Html Css Color HEX #8EF061 Pastel Green

📋 copy color: '#8EF061'

red 142 ◦ green 240 ◦ blue 97

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

Shades of Pastel Green #8EF061

Tints of Pastel Green #8EF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 29.65%
G = 50.1%
B = 20.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#8EF061 (or 0x8EF061) is known color: Pastel Green. HEX triplet: 8E, F0 and 61. RGB value is (142,240,97). Sum of RGB (Red+Green+Blue) = 142+240+97=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF061 is #710F9E. Grayscale: #C2C2C2. Windows color (decimal): -7409567 or 6418574. OLE color: 6418574.

HSL color Cylindrical-coordinate representation of color #8EF061: hue angle of 101.12º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EF061 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 240 97 -
CMYK 0.41 0 0.60 0.06
HSL 101.12º 0.83% 0.66% -
HSV(B) 101.12º 0.6% 0.94% -
XYZ 44.47 68.93 22.27 -
YUV 194.4 73.03 90.63 -
System Red Green Blue C M Y K H S L
Decimal 142 240 97 0.41 0 0.60 0.06 101.12 0.83 0.66
Hex 8E F0 61 29 0 3C 6 65 53 42
Octal 216 360 141 51 0 74 6 145 123 102
Binary 10001110 11110000 1100001 101001 0 111100 110 1100101 1010011 1000010

Color Harmonies of #8EF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF061

Black with #8EF061

Text Example


Text Example

White with #8EF061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,240,97); }

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

background-color css

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

 a { background-color: rgb(142,240,97); }

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

border-color css

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

 span { border-color: rgb(142,240,97); }

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