Html Css Color HEX #8EF266 Pastel Green

📋 copy color: '#8EF266'

red 142 ◦ green 242 ◦ blue 102

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

Shades of Pastel Green #8EF266

Tints of Pastel Green #8EF266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 102 (40.23% from 255) = 20.99%

R = 29.22%
G = 49.79%
B = 20.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#8EF266 (or 0x8EF266) is known color: Pastel Green. HEX triplet: 8E, F2 and 66. RGB value is (142,242,102). Sum of RGB (Red+Green+Blue) = 142+242+102=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF266 is #710D99. Grayscale: #C4C4C4. Windows color (decimal): -7409050 or 6746766. OLE color: 6746766.

HSL color Cylindrical-coordinate representation of color #8EF266: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EF266 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 242 102 -
CMYK 0.41 0 0.58 0.05
HSL 102.86º 0.84% 0.67% -
HSV(B) 102.86º 0.58% 0.95% -
XYZ 45.31 70.21 23.74 -
YUV 196.14 74.87 89.38 -
System Red Green Blue C M Y K H S L
Decimal 142 242 102 0.41 0 0.58 0.05 102.86 0.84 0.67
Hex 8E F2 66 29 0 3A 5 67 54 43
Octal 216 362 146 51 0 72 5 147 124 103
Binary 10001110 11110010 1100110 101001 0 111010 101 1100111 1010100 1000011

Color Harmonies of #8EF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF266

Black with #8EF266

Text Example


Text Example

White with #8EF266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,242,102); }

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

background-color css

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

 a { background-color: rgb(142,242,102); }

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

border-color css

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

 span { border-color: rgb(142,242,102); }

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