Html Css Color HEX #8EFF42 Green Yellow

📋 copy color: '#8EFF42'

red 142 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #8EFF42

Tints of Green Yellow #8EFF42

RGB

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

 GREEN value IS 255 (100% from 255) = 55.08%

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 30.67%
G = 55.08%
B = 14.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#8EFF42 (or 0x8EFF42) is known color: Green Yellow. HEX triplet: 8E, FF and 42. RGB value is (142,255,66). Sum of RGB (Red+Green+Blue) = 142+255+66=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFF42 is #7100BD. Grayscale: #C8C8C8. Windows color (decimal): -7405758 or 4390798. OLE color: 4390798.

HSL color Cylindrical-coordinate representation of color #8EFF42: hue angle of 95.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EFF42 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 142 255 66 -
CMYK 0.44 0 0.74 0
HSL 95.87º 1% 0.63% -
HSV(B) 95.87º 0.74% 1% -
XYZ 47.9 77.66 17.62 -
YUV 199.67 52.56 86.87 -
System Red Green Blue C M Y K H S L
Decimal 142 255 66 0.44 0 0.74 0 95.87 1 0.63
Hex 8E FF 42 2C 0 4A 0 60 64 3F
Octal 216 377 102 54 0 112 0 140 144 77
Binary 10001110 11111111 1000010 101100 0 1001010 0 1100000 1100100 111111

Color Harmonies of #8EFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFF42

Black with #8EFF42

Text Example


Text Example

White with #8EFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,255,66); }

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

background-color css

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

 a { background-color: rgb(142,255,66); }

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

border-color css

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

 span { border-color: rgb(142,255,66); }

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