#8EFF45

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

Shades of Green Yellow #8EFF45

Tints of Green Yellow #8EFF45

Color information

#8EFF45 (or 0x8EFF45) is unknown color: approx Green Yellow. HEX triplet: 8E, FF and 45. RGB value is (142,255,69). Sum of RGB (Red+Green+Blue) = 142+255+69=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFF45 is #7100BA. Grayscale: #C8C8C8. Windows color (decimal): -7405755 or 4587406. OLE color: 4587406.

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

Color convert

RGB14225569-
CMYK0.4400.730
HSL96.45º100%63.53%-
HSV(B)96.45º72.94%100%-
XYZ47.9977.718.1-
YUV200.0154.0686.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 255 (100% from 255) = 54.72%
BLUE value IS 69 (27.34% from 255) = 14.81%
R=30.47%
G=54.72%
B=14.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142255690.4400.73096.4510063.53
Hex8EFF452C0490606440
Octal2163771055401110140144100
Binary10001110111111111000101101100010010010110000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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