#8EF034

Color #8EF034 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #8EF034

Tints of Green Yellow #8EF034

Color information

#8EF034 (or 0x8EF034) is unknown color: approx Green Yellow. HEX triplet: 8E, F0 and 34. RGB value is (142,240,52). Sum of RGB (Red+Green+Blue) = 142+240+52=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF034 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF034 is #710FCB. Grayscale: #BDBDBD. Windows color (decimal): -7409612 or 3469454. OLE color: 3469454.

HSL color Cylindrical-coordinate representation of color #8EF034: hue angle of 91.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EF034 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB14224052-
CMYK0.4100.780.06
HSL91.28º86.24%57.25%-
HSV(B)91.28º78.33%94.12%-
XYZ42.9468.3214.17-
YUV189.2750.5394.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 240 (94.14% from 255) = 55.30%
BLUE value IS 52 (20.70% from 255) = 11.98%
R=32.72%
G=55.30%
B=11.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142240520.4100.780.0691.2886.2457.25
Hex8EF0342904E65b5639
Octal21636064510116613312671
Binary10001110111100001101001010010100111011010110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EF034;
 }
 .AnyTagClassName
 {
   color: #8EF034;
 }
</style>
background-color css

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

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

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

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

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

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