#8EFF4D

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

Shades of Green Yellow #8EFF4D

Tints of Green Yellow #8EFF4D

Color information

#8EFF4D (or 0x8EFF4D) is unknown color: approx Green Yellow. HEX triplet: 8E, FF and 4D. RGB value is (142,255,77). Sum of RGB (Red+Green+Blue) = 142+255+77=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EFF4D is #7100B2. Grayscale: #C9C9C9. Windows color (decimal): -7405747 or 5111694. OLE color: 5111694.

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

Color convert

RGB14225577-
CMYK0.4400.700
HSL98.09º100%65.1%-
HSV(B)98.09º69.8%100%-
XYZ48.2577.8119.5-
YUV200.9258.0685.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 255 (100% from 255) = 53.80%
BLUE value IS 77 (30.47% from 255) = 16.24%
R=29.96%
G=53.80%
B=16.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142255770.4400.70098.0910065.1
Hex8EFF4D2C0460626441
Octal2163771155401060142144101
Binary10001110111111111001101101100010001100110001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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