#8EFF4B

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

Shades of Green Yellow #8EFF4B

Tints of Green Yellow #8EFF4B

Color information

#8EFF4B (or 0x8EFF4B) is unknown color: approx Green Yellow. HEX triplet: 8E, FF and 4B. RGB value is (142,255,75). Sum of RGB (Red+Green+Blue) = 142+255+75=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFF4B is #7100B4. Grayscale: #C9C9C9. Windows color (decimal): -7405749 or 4980622. OLE color: 4980622.

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

Color convert

RGB14225575-
CMYK0.4400.710
HSL97.67º100%64.71%-
HSV(B)97.67º70.59%100%-
XYZ48.1977.7819.13-
YUV200.6957.0686.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.08%
GREEN value IS 255 (100% from 255) = 54.03%
BLUE value IS 75 (29.69% from 255) = 15.89%
R=30.08%
G=54.03%
B=15.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142255750.4400.71097.6710064.71
Hex8EFF4B2C0470626441
Octal2163771135401070142144101
Binary10001110111111111001011101100010001110110001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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