#8EFB40

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

Shades of Green Yellow #8EFB40

Tints of Green Yellow #8EFB40

Color information

#8EFB40 (or 0x8EFB40) is unknown color: approx Green Yellow. HEX triplet: 8E, FB and 40. RGB value is (142,251,64). Sum of RGB (Red+Green+Blue) = 142+251+64=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFB40 is #7104BF. Grayscale: #C5C5C5. Windows color (decimal): -7406784 or 4258702. OLE color: 4258702.

HSL color Cylindrical-coordinate representation of color #8EFB40: hue angle of 94.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EFB40 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB14225164-
CMYK0.4300.750.02
HSL94.97º95.9%61.76%-
HSV(B)94.97º74.5%98.43%-
XYZ46.5875.1216.89-
YUV197.0952.8988.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 251 (98.44% from 255) = 54.92%
BLUE value IS 64 (25.39% from 255) = 14.00%
R=31.07%
G=54.92%
B=14.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142251640.4300.750.0294.9795.961.76
Hex8EFB402B04B25f603e
Octal216373100530113213714076
Binary10001110111110111000000101011010010111010111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,251,64); }

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

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

 a { background-color: rgb(142,251,64); }

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

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

 span { border-color: rgb(142,251,64); }

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